Skip to content

Commit a0e8c87

Browse files
committed
Regression test to show that #14567 is fixed
Fixes #14567
1 parent 9abe753 commit a0e8c87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/pos/i14567.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
case class Foo(x: Int)(xs: String*)
2+
def test = Foo(3)

0 commit comments

Comments
 (0)