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.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/patmat_unapp_abstype-new.check b/test/files/run/patmat_unapp_abstype-new.check
index c5511e9516..35447dbbfa 100644
--- a/test/files/run/patmat_unapp_abstype-new.check
+++ b/test/files/run/patmat_unapp_abstype-new.check
@@ -1,5 +1,5 @@
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")
+ 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")