summaryrefslogtreecommitdiff
path: root/test/files/run/try-catch-unify.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/try-catch-unify.scala')
-rw-r--r--test/files/run/try-catch-unify.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/run/try-catch-unify.scala b/test/files/run/try-catch-unify.scala
index 0d819ab957..8cb14d060e 100644
--- a/test/files/run/try-catch-unify.scala
+++ b/test/files/run/try-catch-unify.scala
@@ -11,5 +11,6 @@ object Test {
} catch {
case t => println(t.getMessage)
}
+ println(nonFatalCatch withTry ("Hi".toDouble))
}
}