summaryrefslogtreecommitdiff
path: root/test/files/run/t8196.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t8196.check')
-rw-r--r--test/files/run/t8196.check7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/files/run/t8196.check b/test/files/run/t8196.check
new file mode 100644
index 0000000000..b32f42cf07
--- /dev/null
+++ b/test/files/run/t8196.check
@@ -0,0 +1,7 @@
+t8196.scala:26: warning: a pure expression does nothing in statement position; you may be omitting necessary parentheses
+ form2.g1 // comment this line in order to make the test pass
+ ^
+warning: there were 2 feature warning(s); re-run with -feature for details
+Scope{
+ final private val f1: Int
+}