aboutsummaryrefslogblamecommitdiff
path: root/tests/patmat/t7285.check
blob: 703706cdc532958f008f4aa99bfe0a7e9e53bd0d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                    
./tests/patmat/t7285.scala:15: warning: match may not be exhaustive.
It would fail on the following input: (Up, Down)
      (d1, d2) match {
               ^
./tests/patmat/t7285.scala:33: warning: match may not be exhaustive.
It would fail on the following input: Down
      (d1) match {
           ^
./tests/patmat/t7285.scala:51: warning: match may not be exhaustive.
It would fail on the following input: (Base.Up, Base.Down)
    (d1, d2) match {
             ^
three warnings found