summaryrefslogtreecommitdiff
path: root/test/files/neg/t8731.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t8731.check')
-rw-r--r--test/files/neg/t8731.check9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/files/neg/t8731.check b/test/files/neg/t8731.check
new file mode 100644
index 0000000000..2a9af475fc
--- /dev/null
+++ b/test/files/neg/t8731.check
@@ -0,0 +1,9 @@
+t8731.scala:5: warning: matches with two cases or fewer are emitted using if-then-else instead of switch
+ def f(x: Int) = (x: @annotation.switch) match {
+ ^
+t8731.scala:10: warning: could not emit switch for @switch annotated match
+ def g(x: Int) = (x: @annotation.switch) match {
+ ^
+error: No warnings can be incurred under -Xfatal-warnings.
+two warnings found
+one error found