File tree 1 file changed +4
-1
lines changed
scala3-stdlib-booststrapped-tasty-tests/test 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ object BootstrappedStdLibTASYyTest:
131
131
132
132
/** List of classes that cannot be recompilied from TASTy */
133
133
def compileBlacklist = List [String ](
134
- // OK?
134
+ // See #10048
135
135
// failed: java.lang.AssertionError: assertion failed: class Boolean
136
136
// at dotty.DottyPredef$.assertFail(DottyPredef.scala:17)
137
137
// at dotty.tools.backend.jvm.BCodeHelpers$BCInnerClassGen.assertClassNotArrayNotPrimitive(BCodeHelpers.scala:247)
@@ -150,6 +150,7 @@ object BootstrappedStdLibTASYyTest:
150
150
" scala.Short" ,
151
151
" scala.Unit" ,
152
152
153
+ // See #9994
153
154
// -- Error:
154
155
// | def addOne(kv: (K, V)) = {
155
156
// | ^
@@ -181,13 +182,15 @@ object BootstrappedStdLibTASYyTest:
181
182
" scala.jdk.IntAccumulator" ,
182
183
" scala.jdk.LongAccumulator" ,
183
184
185
+ // See #9994
184
186
// -- Error:
185
187
// | override def filterInPlace(p: A => Boolean): this.type = {
186
188
// | ^
187
189
// |error overriding method filterInPlace in trait SetOps of type (p: A => Boolean): (HashSet.this : scala.collection.mutable.HashSet[A]);
188
190
// | method filterInPlace of type (p: A => Boolean): (HashSet.this : scala.collection.mutable.HashSet[A]) has incompatible type
189
191
" scala.collection.mutable.HashSet" ,
190
192
193
+ // See #9994
191
194
// -- Error:
192
195
// | def force: this.type = {
193
196
// | ^
You can’t perform that action at this time.
0 commit comments