summaryrefslogtreecommitdiff
path: root/test/files/run/virtpatmat_typed.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/virtpatmat_typed.check')
-rw-r--r--test/files/run/virtpatmat_typed.check3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/files/run/virtpatmat_typed.check b/test/files/run/virtpatmat_typed.check
index cec2740d18..9924d84148 100644
--- a/test/files/run/virtpatmat_typed.check
+++ b/test/files/run/virtpatmat_typed.check
@@ -1 +1,4 @@
+virtpatmat_typed.scala:5: warning: unreachable code
+ case x: String => println("FAILED")
+ ^
OK foo