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.
2 parents 36cc65a + 50edb5c commit 18743bfCopy full SHA for 18743bf
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