summaryrefslogtreecommitdiff
path: root/test/files/neg/t7285.check
blob: a38772bead22a0958621c3edd5fcfe9ac5b4c3e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
t7285.scala:15: warning: match may not be exhaustive.
It would fail on the following input: (Up, Down)
      (d1, d2) match {
      ^
t7285.scala:33: warning: match may not be exhaustive.
It would fail on the following input: Down
      (d1) match {
       ^
t7285.scala:51: warning: match may not be exhaustive.
It would fail on the following input: (Up, Down)
    (d1, d2) match {
    ^
error: No warnings can be incurred under -Xfatal-warnings.
three warnings found
one error found