Skip to content

Commit 73e671a

Browse files
committed
fix failing test
1 parent 78255c6 commit 73e671a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/neg/i1643.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
trait T extends Array {
1+
trait T extends Array { // error
22
def t1(as: String*): Array[String] = { varargs1(as: _*) } // error
33
def t2(as: String*): Array[String] = { super.varargs1(as: _*) } // error
44
}

0 commit comments

Comments
 (0)