aboutsummaryrefslogtreecommitdiff
path: root/tests/patmat/t9129.check
blob: aa722a61acadd737cc34e65df2de74274b92f900 (plain) (blame)
1
2
3
4
5
./tests/patmat/t9129.scala:21: warning: match may not be exhaustive.
It would fail on the following input: Two(B2, A2), Two(_, A2)
  def foo(c: C): Unit = c match {
                          ^
one warning found