aboutsummaryrefslogtreecommitdiff
path: root/tests/patmat/t3111.check
blob: 46ff0a6a9376811b34d73013f6bebed6b1d193ac (plain) (blame)
1
2
3
4
5
6
7
8
./tests/patmat/t3111.scala:4: warning: match may not be exhaustive.
It would fail on the following input: false
  bool match {
       ^
./tests/patmat/t3111.scala:11: warning: unreachable code
    case _ => "cats and dogs living together... mass hysteria!"
          ^
two warnings found