summaryrefslogblamecommitdiff
path: root/test/files/run/t1427.check
blob: 11a3d2f4a9804810f08c4c664cb78327bfaad199 (plain) (tree)
1
2
3


                                                                                                                       
t1427.scala:6: warning: abstract type X in type pattern Bob[_[_] <: Any] is unchecked since it is eliminated by erasure
    case x: (Bob[X] forSome { type X[_] })  => true
                    ^