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 6c17eb5 commit 18d0361Copy full SHA for 18d0361
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