summaryrefslogtreecommitdiff
path: root/test/files/run/lazy-locals.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/lazy-locals.check')
-rw-r--r--test/files/run/lazy-locals.check6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/files/run/lazy-locals.check b/test/files/run/lazy-locals.check
index d1cc754f2c..9e88a55d18 100644
--- a/test/files/run/lazy-locals.check
+++ b/test/files/run/lazy-locals.check
@@ -1,3 +1,9 @@
+lazy-locals.scala:153: warning: a pure expression does nothing in statement position; you may be omitting necessary parentheses
+ {
+ ^
+lazy-locals.scala:159: warning: a pure expression does nothing in statement position; you may be omitting necessary parentheses
+ {
+ ^
forced lazy val q
q = 10
forced lazy val t