Skip to content

Commit 63f73a3

Browse files
authored
Merge pull request #5555 from dotty-staging/fix-3966
Fix #3966: Add regression test
2 parents ffced94 + e70710d commit 63f73a3

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)