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 78255c6 commit 73e671aCopy full SHA for 73e671a
tests/neg/i1643.scala
@@ -1,4 +1,4 @@
1
-trait T extends Array {
+trait T extends Array { // error
2
def t1(as: String*): Array[String] = { varargs1(as: _*) } // error
3
def t2(as: String*): Array[String] = { super.varargs1(as: _*) } // error
4
}
0 commit comments