aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/neg/t6048.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/neg/t6048.check')
-rw-r--r--tests/untried/neg/t6048.check18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/untried/neg/t6048.check b/tests/untried/neg/t6048.check
new file mode 100644
index 000000000..f8eddf547
--- /dev/null
+++ b/tests/untried/neg/t6048.check
@@ -0,0 +1,18 @@
+t6048.scala:3: warning: unreachable code
+ case _ if false => x // unreachable
+ ^
+t6048.scala:8: warning: unreachable code
+ case _ if false => x // unreachable
+ ^
+t6048.scala:13: warning: patterns after a variable pattern cannot match (SLS 8.1.1)
+ case _ => x
+ ^
+t6048.scala:14: warning: unreachable code due to variable pattern on line 13
+ case 5 if true => x // unreachable
+ ^
+t6048.scala:14: warning: unreachable code
+ case 5 if true => x // unreachable
+ ^
+error: No warnings can be incurred under -Xfatal-warnings.
+5 warnings found
+one error found