aboutsummaryrefslogblamecommitdiff
path: root/tests/patmat/enum/expected.check
blob: b3dafa8bdd0286a6dc72223f155cd64aa8bf1ae8 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                               
./tests/patmat/enum/patmat-enum.scala:4: warning: match may not be exhaustive.
It would fail on the following input: SATURDAY, FRIDAY, THURSDAY, SUNDAY
  day match {
      ^
./tests/patmat/enum/patmat-enum.scala:15: warning: match may not be exhaustive.
It would fail on the following input: SATURDAY, FRIDAY, THURSDAY
  day match {
      ^
two warnings found