summaryrefslogtreecommitdiff
path: root/test/files/run/reify_lazyunit.check
blob: e6acf5d17b054537a0d74b92fb4e0f84b0222b3b (plain) (blame)
1
2
3
4
5
6
reify_lazyunit.scala:6: warning: a pure expression does nothing in statement position; multiline expressions might require enclosing parentheses
    lazy val x = { 0; println("12")}
                   ^
12
one
two