summaryrefslogtreecommitdiff
path: root/test/files/run/reify_lazyunit.check
blob: 579ecfe8aa2f6a40ecbba02fea828261d4683677 (plain) (blame)
1
2
3
4
5
6
reify_lazyunit.scala:6: warning: a pure expression does nothing in statement position; you may be omitting necessary parentheses
    lazy val x = { 0; println("12")}
                   ^
12
one
two