summaryrefslogtreecommitdiff
path: root/test/files/run/t4680.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t4680.check')
-rw-r--r--test/files/run/t4680.check6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/files/run/t4680.check b/test/files/run/t4680.check
index b5cfc651f2..b2e5209dc5 100644
--- a/test/files/run/t4680.check
+++ b/test/files/run/t4680.check
@@ -1,3 +1,9 @@
+t4680.scala:51: warning: a pure expression does nothing in statement position; you may be omitting necessary parentheses
+ new C { 5 }
+ ^
+t4680.scala:69: warning: a pure expression does nothing in statement position; you may be omitting necessary parentheses
+ new { val x = 5 } with E() { 5 }
+ ^
// new C { }