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 7b38046 commit d32dec0Copy full SHA for d32dec0
tests/pickling/i2166.scala
@@ -0,0 +1,5 @@
1
+object Test {
2
+ @inline def f = "" match { case _ => false }
3
+
4
+ def main(args: Array[String]): Unit = f
5
+}
0 commit comments