summaryrefslogtreecommitdiff
path: root/test/files/continuations-run/trycatch1.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/continuations-run/trycatch1.check')
-rw-r--r--test/files/continuations-run/trycatch1.check8
1 files changed, 7 insertions, 1 deletions
diff --git a/test/files/continuations-run/trycatch1.check b/test/files/continuations-run/trycatch1.check
index a028d2b1e1..061ecdcd54 100644
--- a/test/files/continuations-run/trycatch1.check
+++ b/test/files/continuations-run/trycatch1.check
@@ -1,4 +1,10 @@
+trycatch1.scala:34: warning: a pure expression does nothing in statement position; you may be omitting necessary parentheses
+ 7
+ ^
+trycatch1.scala:18: warning: a pure expression does nothing in statement position; you may be omitting necessary parentheses
+ shift((k: Int=>Int) => k(7))
+ ^
+12
12
12
12
-12 \ No newline at end of file