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.
// error
1 parent 3af6d6f commit 61d0a78Copy full SHA for 61d0a78
tests/run/i11419.scala
@@ -3,7 +3,7 @@ import language.experimental.multiSpreads
3
object Test {
4
def main(args: Array[String]): Unit = {
5
val arr: Array[String] = Array("foo")
6
- val lst = List("x", arr*) // error
+ val lst = List("x", arr*)
7
println(lst)
8
}
9
0 commit comments