aboutsummaryrefslogblamecommitdiff
path: root/tests/patmat/t9573.check
blob: 4ec3791614228397ebb9aec4ac1e9957b9f6d3af (plain) (tree)
1
2
3
4
5




                                                                   
./tests/patmat/t9573.scala:9: warning: match may not be exhaustive.
It would fail on the following input: Horse(_)
    x match {
      ^
one warning found