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 ffced94 commit e70710dCopy full SHA for e70710d
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