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 ef383a8 commit aa561a0Copy full SHA for aa561a0
tests/neg/i1747.scala
@@ -1,3 +1,3 @@
1
class Coll[E] extends java.util.Collection[E] {
2
- def toArray[T](a: Array[T]): Array[T] = ??? // error: cannot override
+ def toArray[T](a: Array[T]): Array[T] = ??? // error: cannot override // error
3
}
0 commit comments