summaryrefslogtreecommitdiff
path: root/test/files/neg/patmat-classtag-compound.check
blob: 8a54c935bd76321b6edfaa6c9ece394a9f58d3f2 (plain) (blame)
1
2
3
4
5
6
patmat-classtag-compound.scala:12: warning: abstract type pattern A is unchecked since it is eliminated by erasure
    case b: A with Bar => true
            ^
error: No warnings can be incurred under -Xfatal-warnings.
one warning found
one error found