summaryrefslogtreecommitdiff
path: root/test/files/neg/patmatexhaust-huge.check
blob: 66dbd42ef3ea7e1fb007831eaa897be214744c97 (plain) (blame)
1
2
3
4
5
6
7
patmatexhaust-huge.scala:404: warning: match may not be exhaustive.
It would fail on the following inputs: C392, C397
  def f(c: C): Int = c match {
                     ^
error: No warnings can be incurred under -Xfatal-warnings.
one warning found
one error found