summaryrefslogtreecommitdiff
path: root/test/files/jvm/unreachable/Foo_1.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/jvm/unreachable/Foo_1.scala')
-rw-r--r--test/files/jvm/unreachable/Foo_1.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/jvm/unreachable/Foo_1.scala b/test/files/jvm/unreachable/Foo_1.scala
index c223718097..600b96bb18 100644
--- a/test/files/jvm/unreachable/Foo_1.scala
+++ b/test/files/jvm/unreachable/Foo_1.scala
@@ -65,7 +65,7 @@ class Foo_1 {
return 42
} catch {
case x: Throwable => return 2
- }
+ }
return 3
}
@@ -74,7 +74,7 @@ class Foo_1 {
error("haha")
} catch {
case x: Throwable => return 42
- }
+ }
return 3
}