summaryrefslogtreecommitdiff
path: root/test/files/run/try.check
blob: d9521c2362333cd75df5c96f655b401d4ad83913 (plain) (blame)
1
2
3
4
5
6
7
8
9
try.scala:65: warning: a pure expression does nothing in statement position; multiline expressions might require enclosing parentheses
      1+1;
       ^
1 + 1 = 2
1 + 1 = 2
1 + 1 = 2
1 + 1 = 2

1 + 1 = 2