Skip to content

Commit 50edb5c

Browse files
committed
Add regression test
For issue scala/bug#10533
1 parent 3365ed3 commit 50edb5c

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)