Skip to content

Commit 3fad3d3

Browse files
committed
Fix test name
1 parent e69e0d6 commit 3fad3d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run/i4241.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
object Text extends App {
1+
object Test extends App {
22
val a: PartialFunction[Int, Int] = { case x => x }
33
val b: PartialFunction[Int, Int] = x => x match { case 1 => 1; case 2 => 2 }
44
val c: PartialFunction[Int, Int] = x => { x match { case 1 => 1 } }

0 commit comments

Comments
 (0)