summaryrefslogtreecommitdiff
path: root/test/files/neg/t6902.flags
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2013-01-19 11:57:52 +0100
committerJason Zaugg <jzaugg@gmail.com>2013-01-19 11:57:52 +0100
commitcbd0205999d19e378f9f7ac8ca685a134862cf47 (patch)
treec2b573a3f637da29b55161a55534205827340437 /test/files/neg/t6902.flags
parent766bb97114b5932b75340a9169558de61899997e (diff)
downloadscala-cbd0205999d19e378f9f7ac8ca685a134862cf47.tar.gz
scala-cbd0205999d19e378f9f7ac8ca685a134862cf47.tar.bz2
scala-cbd0205999d19e378f9f7ac8ca685a134862cf47.zip
SI-6902 Check unreachability under @unchecked
Only exhaustiveness checking should be disabled if the scrutinee of a match as annotated as `: @unchecked`. This was the pre-2.10.x behaviour. This also fixes a variation of the closed ticket, SI-6011. The exhaustiveness check is needed to safely fallback from emitting a table switch if duplicate cases are detected.
Diffstat (limited to 'test/files/neg/t6902.flags')
-rw-r--r--test/files/neg/t6902.flags1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/neg/t6902.flags b/test/files/neg/t6902.flags
new file mode 100644
index 0000000000..e8fb65d50c
--- /dev/null
+++ b/test/files/neg/t6902.flags
@@ -0,0 +1 @@
+-Xfatal-warnings \ No newline at end of file