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 af832ba commit 5495b66Copy full SHA for 5495b66
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