We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3365ed3 commit 50edb5cCopy full SHA for 50edb5c
tests/pos/t10533.scala
@@ -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