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.
2 parents ffced94 + e70710d commit 63f73a3Copy full SHA for 63f73a3
compiler/test-resources/repl/i3966
@@ -0,0 +1,2 @@
1
+scala> val List(x: _*) = List(1, 2)
2
+val x: Seq[Int] = List(1, 2)
0 commit comments