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 fc983f7 commit f00423cCopy full SHA for f00423c
tests/pos/i1846.scala
@@ -0,0 +1,4 @@
1
+object Bug {
2
+ val x = 42
3
+ x match {case {42}.toString => 42}
4
+}
0 commit comments