aboutsummaryrefslogtreecommitdiff
path: root/tests/patmat/t7466.check
blob: 8e575f6a213f5e2b5751a75e905d40021fa346e1 (plain) (blame)
1
2
3
4
5
./tests/patmat/t7466.scala:8: warning: match may not be exhaustive.
It would fail on the following input: (_, _)
    (b1, b2) match {
             ^
one warning found