summaryrefslogtreecommitdiff
path: root/test/files/neg/t6902.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t6902.check')
-rw-r--r--test/files/neg/t6902.check12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/files/neg/t6902.check b/test/files/neg/t6902.check
new file mode 100644
index 0000000000..ed0ed75303
--- /dev/null
+++ b/test/files/neg/t6902.check
@@ -0,0 +1,12 @@
+t6902.scala:4: warning: unreachable code
+ case Some(b) => 3 // no warning was emitted
+ ^
+t6902.scala:9: warning: unreachable code
+ case Some(b) => 3 // no warning was emitted
+ ^
+t6902.scala:21: warning: unreachable code
+ case 1 => 3 // crash
+ ^
+error: No warnings can be incurred under -Xfatal-warnings.
+three warnings found
+one error found