summaryrefslogtreecommitdiff
path: root/test/files/neg/t2442.check
blob: b45ce3a2f5ffe3405889f504754fda03967cd8e7 (plain) (blame)
1
2
3
4
5
t2442.scala:4: error: match may not be exhaustive.
It would fail on the following input: THREE
  def f(e: MyEnum) = e match {
                     ^
one error found