Skip to content

Commit e9978c0

Browse files
committed
Remove error tag from positive test
It looks like it's copypasta from when the test was added.
1 parent 86e5c12 commit e9978c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pos/i1747.scala

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

0 commit comments

Comments
 (0)