summaryrefslogtreecommitdiff
path: root/test/files/neg/t8597b.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t8597b.check')
-rw-r--r--test/files/neg/t8597b.check6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/files/neg/t8597b.check b/test/files/neg/t8597b.check
new file mode 100644
index 0000000000..3c45a31337
--- /dev/null
+++ b/test/files/neg/t8597b.check
@@ -0,0 +1,6 @@
+t8597b.scala:18: warning: non-variable type argument T in type pattern Some[T] is unchecked since it is eliminated by erasure
+ case _: Some[T] => // warn
+ ^
+error: No warnings can be incurred under -Xfatal-warnings.
+one warning found
+one error found