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 9fc6a14 + 5495b66 commit 5623588Copy full SHA for 5623588
tests/pos/f112.scala
@@ -0,0 +1,6 @@
1
+type X
2
+val x: X = ???
3
+extension (x: X) def unapply(arg: Any): Boolean = true
4
+def test =
5
+ ??? match
6
+ case x() =>
0 commit comments