Skip to content

Commit 61d0a78

Browse files
committed
Drop stray // error
1 parent 3af6d6f commit 61d0a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run/i11419.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import language.experimental.multiSpreads
33
object Test {
44
def main(args: Array[String]): Unit = {
55
val arr: Array[String] = Array("foo")
6-
val lst = List("x", arr*) // error
6+
val lst = List("x", arr*)
77
println(lst)
88
}
99
}

0 commit comments

Comments
 (0)