Skip to content

Commit 6e18b2a

Browse files
Merge pull request #14676 from dotty-staging/fix-14567
Regression test to show that #14567 is fixed
2 parents d2ebd75 + a0e8c87 commit 6e18b2a

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)