Skip to content

Commit 2a422ae

Browse files
committed
Add issue numbers
1 parent 187c1fe commit 2a422ae

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

scala3-stdlib-booststrapped-tasty-tests/test/BootstrappedStdLibTASYyTest.scala

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ object BootstrappedStdLibTASYyTest:
131131

132132
/** List of classes that cannot be recompilied from TASTy */
133133
def compileBlacklist = List[String](
134-
// OK?
134+
// See #10048
135135
// failed: java.lang.AssertionError: assertion failed: class Boolean
136136
// at dotty.DottyPredef$.assertFail(DottyPredef.scala:17)
137137
// at dotty.tools.backend.jvm.BCodeHelpers$BCInnerClassGen.assertClassNotArrayNotPrimitive(BCodeHelpers.scala:247)
@@ -150,6 +150,7 @@ object BootstrappedStdLibTASYyTest:
150150
"scala.Short",
151151
"scala.Unit",
152152

153+
// See #9994
153154
// -- Error:
154155
// | def addOne(kv: (K, V)) = {
155156
// | ^
@@ -181,13 +182,15 @@ object BootstrappedStdLibTASYyTest:
181182
"scala.jdk.IntAccumulator",
182183
"scala.jdk.LongAccumulator",
183184

185+
// See #9994
184186
// -- Error:
185187
// | override def filterInPlace(p: A => Boolean): this.type = {
186188
// | ^
187189
// |error overriding method filterInPlace in trait SetOps of type (p: A => Boolean): (HashSet.this : scala.collection.mutable.HashSet[A]);
188190
// | method filterInPlace of type (p: A => Boolean): (HashSet.this : scala.collection.mutable.HashSet[A]) has incompatible type
189191
"scala.collection.mutable.HashSet",
190192

193+
// See #9994
191194
// -- Error:
192195
// | def force: this.type = {
193196
// | ^

0 commit comments

Comments
 (0)