summaryrefslogblamecommitdiff
path: root/test/files/run/patmat_unapp_abstype-new.check
blob: 35447dbbfa45afb7529dc8a516da0b65937b12d3 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                                                                                                                       
                                           



                                                                                                                                  
       
          

   
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
Foo