summaryrefslogtreecommitdiff
path: root/test/files/neg/t6048.check
blob: f8eddf5471cef0eceb285c3961f66b344659b0b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
t6048.scala:3: warning: unreachable code
    case _ if false => x // unreachable
                       ^
t6048.scala:8: warning: unreachable code
    case _ if false => x // unreachable
                       ^
t6048.scala:13: warning: patterns after a variable pattern cannot match (SLS 8.1.1)
    case _ => x
         ^
t6048.scala:14: warning: unreachable code due to variable pattern on line 13
    case 5 if true  => x // unreachable
                       ^
t6048.scala:14: warning: unreachable code
    case 5 if true  => x // unreachable
                       ^
error: No warnings can be incurred under -Xfatal-warnings.
5 warnings found
one error found