Skip to content

Commit e70710d

Browse files
committed
Fix #3966: Add regression test
1 parent ffced94 commit e70710d

File tree

1 file changed

+2
-0
lines changed
  • compiler/test-resources/repl

1 file changed

+2
-0
lines changed

compiler/test-resources/repl/i3966

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
scala> val List(x: _*) = List(1, 2)
2+
val x: Seq[Int] = List(1, 2)

0 commit comments

Comments
 (0)