Skip to content

Commit aa561a0

Browse files
committed
Fix test case
1 parent ef383a8 commit aa561a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/neg/i1747.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
class Coll[E] extends java.util.Collection[E] {
2-
def toArray[T](a: Array[T]): Array[T] = ??? // error: cannot override
2+
def toArray[T](a: Array[T]): Array[T] = ??? // error: cannot override // error
33
}

0 commit comments

Comments
 (0)