Skip to content

Commit 54cc7f5

Browse files
authored
Merge pull request #5319 from abeln/pos-test
Remove error tag from positive test
2 parents 86e5c12 + e9978c0 commit 54cc7f5

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)