We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38c902d commit 35bb577Copy full SHA for 35bb577
compiler/test/dotc/scala-collections.blacklist
@@ -1,7 +1,10 @@
1
../scala-scala/src/library/scala/annotation/unchecked/uncheckedVariance.scala
2
3
../scala-scala/src/library/scala/AnyVal.scala
4
-../scala-scala/src/library/scala/App.scala
+# 55 |abstract class AnyVal extends Any {
5
+# |^
6
+# |illegal redefinition of standard class AnyVal
7
+
8
9
../scala-scala/src/library/scala/collection/convert/Wrappers.scala
10
# 34 | def remove() = throw new UnsupportedOperationException
compiler/test/dotc/scala-collections.whitelist
@@ -541,3 +541,5 @@
541
542
../scala-scala/src/library/scala/Function.scala
543
../scala-scala/src/library/scala/Function0.scala
544
545
+../scala-scala/src/library/scala/App.scala
0 commit comments