Skip to content

Commit 18743bf

Browse files
Merge pull request #4009 from dotty-staging/add-regression-test-10533
Add regression test
2 parents 36cc65a + 50edb5c commit 18743bf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/pos/t10533.scala

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
object Foo {
2+
val b @ Bar(_) = Bar(1)(2)(3)
3+
}
4+
5+
case class Bar(a: Int)(b: Int)(c: Int)

0 commit comments

Comments
 (0)