summaryrefslogtreecommitdiff
path: root/test/files/continuations-run/trycatch1.check
blob: 061ecdcd5470ee94ae4230b94e8cebfdcf7cfc50 (plain) (blame)
1
2
3
4
5
6
7
8
9
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