aboutsummaryrefslogblamecommitdiff
path: root/tests/patmat/t9398.check
blob: 0efbf231d6c5fd09c9d113121c8a134b0b7c66c8 (plain) (tree)
1
2
3
4
5




                                                                    
./tests/patmat/t9398.scala:11: warning: match may not be exhaustive.
It would fail on the following input: CC(_, B2)
    case CC(_, B) => ()
    ^
one warning found