aboutsummaryrefslogtreecommitdiff
path: root/tests/patmat/t6582_exhaust_big.check
blob: c244e5ba5732e71d8698ad3022d45abf29111a5b (plain) (blame)
1
2
3
4
5
./tests/patmat/t6582_exhaust_big.scala:27: warning: match may not be exhaustive.
It would fail on the following input: Z.Z11()
  def foo(z: Z) = z match {
                    ^
one warning found