summaryrefslogblamecommitdiff
path: root/test/files/neg/t6048.check
blob: 319e3fa620739a24cc29cbee2051ba161b593467 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                        

                                       
                                        

                                       
                                         

                                       


                                                          
t6048.scala:3: warning: unreachable code
    case _ if false => x // unreachable
                       ^
t6048.scala:8: warning: unreachable code
    case _ if false => x // unreachable
                       ^
t6048.scala:14: warning: unreachable code
    case 5 if true  => x // unreachable
                       ^
error: No warnings can be incurred under -Xfatal-warnings.
three warnings found
one error found