File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -99,8 +99,8 @@ object Build {
99
99
* scala-library.
100
100
*/
101
101
def stdlibVersion (implicit mode : Mode ): String = mode match {
102
- case NonBootstrapped => " 2.13.6 "
103
- case Bootstrapped => " 2.13.6 "
102
+ case NonBootstrapped => " 2.13.8 "
103
+ case Bootstrapped => " 2.13.8 "
104
104
}
105
105
106
106
val dottyOrganization = " org.scala-lang"
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ longer explanation available when compiling with `-explain`
8
8
-- Error: tests/neg/i8752.scala:3:39 -----------------------------------------------------------------------------------
9
9
3 |trait Arround1[C <:[X]=>>IterableOps[X,C,C[X]] ] // error // error
10
10
| ^
11
- | Type argument C does not have the same kind as its bound [_]
11
+ | Type argument C does not have the same kind as its bound [_$$1 ]
You can’t perform that action at this time.
0 commit comments