aboutsummaryrefslogtreecommitdiff
path: root/tests/patmat/t7631.check
blob: ede3703e2a606d70981e5cbc1c8c40ee433443b5 (plain) (blame)
1
2
3
4
5
./tests/patmat/t7631.scala:8: warning: match may not be exhaustive.
It would fail on the following input: TestB()
  val x = input match {
                ^
one warning found