summaryrefslogblamecommitdiff
path: root/test/files/neg/virtpatmat_exhaust_big.check
blob: fddc85a36295693ee197ab5c681a7100592bbf2f (plain) (tree)
1
2
3
4
5
6
7






                                                                      
virtpatmat_exhaust_big.scala:27: warning: match may not be exhaustive.
It would fail on the following input: Z11()
  def foo(z: Z) = z match {
                  ^
error: No warnings can be incurred under -Xfatal-warnings.
one warning found
one error found