summaryrefslogtreecommitdiff
path: root/test/files/run/patmat_unapp_abstype-new.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/patmat_unapp_abstype-new.check')
-rw-r--r--test/files/run/patmat_unapp_abstype-new.check6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/files/run/patmat_unapp_abstype-new.check b/test/files/run/patmat_unapp_abstype-new.check
index 42c54631d2..c5511e9516 100644
--- a/test/files/run/patmat_unapp_abstype-new.check
+++ b/test/files/run/patmat_unapp_abstype-new.check
@@ -1,3 +1,9 @@
+patmat_unapp_abstype-new.scala:21: warning: abstract type pattern TypesUser.this.TypeRef is unchecked since it is eliminated by erasure
+ case TypeRef(x) => println("TypeRef")
+ ^
+patmat_unapp_abstype-new.scala:53: warning: abstract type pattern Intermed.this.Foo is unchecked since it is eliminated by erasure
+ case Foo(x) => println("Foo")
+ ^
TypeRef
MethodType
Bar