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 e69e0d6 commit 3fad3d3Copy full SHA for 3fad3d3
tests/run/i4241.scala
@@ -1,4 +1,4 @@
1
-object Text extends App {
+object Test extends App {
2
val a: PartialFunction[Int, Int] = { case x => x }
3
val b: PartialFunction[Int, Int] = x => x match { case 1 => 1; case 2 => 2 }
4
val c: PartialFunction[Int, Int] = x => { x match { case 1 => 1 } }
0 commit comments