summaryrefslogtreecommitdiff
path: root/test/files/run/try.check
blob: f742ccb0dfab50048cb744c4d64978d8af6308cf (plain) (blame)
1
2
3
4
5
6
7
8
9
try.scala:65: warning: a pure expression does nothing in statement position; you may be omitting necessary parentheses
      1+1;
       ^
1 + 1 = 2
1 + 1 = 2
1 + 1 = 2
1 + 1 = 2

1 + 1 = 2