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 a9920b0 commit ef520ebCopy full SHA for ef520eb
tests/pos/i23156.scala
@@ -0,0 +1,6 @@
1
+object Unpack {
2
+ (1, 2) match {
3
+ case Unpack(first, _) => first
4
+ }
5
+ def unapply(e: (Int, Int)): Option[T] = ???
6
+}
0 commit comments