summaryrefslogtreecommitdiff
path: root/test/files/neg/stmt-expr-discard.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/stmt-expr-discard.check')
-rw-r--r--test/files/neg/stmt-expr-discard.check7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/files/neg/stmt-expr-discard.check b/test/files/neg/stmt-expr-discard.check
new file mode 100644
index 0000000000..2d6420a61d
--- /dev/null
+++ b/test/files/neg/stmt-expr-discard.check
@@ -0,0 +1,7 @@
+stmt-expr-discard.scala:3: error: a pure expression does nothing in statement position; you may be omitting necessary parentheses
+ + 2
+ ^
+stmt-expr-discard.scala:4: error: a pure expression does nothing in statement position; you may be omitting necessary parentheses
+ - 4
+ ^
+two errors found