aboutsummaryrefslogblamecommitdiff
path: root/tests/patmat/patmatexhaust-huge.check
blob: 06cac90bd5e74edffbe328d98410a09b9033a10a (plain) (tree)
1
2
3
4
5




                                                                                  
./tests/patmat/patmatexhaust-huge.scala:404: warning: match may not be exhaustive.
It would fail on the following input: C397, C392
  def f(c: C): Int = c match {
                       ^
one warning found