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

                                               
                                        

                                               
                                         

                        


                                                          
t6902.scala:4: warning: unreachable code
    case Some(b) => 3 // no warning was emitted
                    ^
t6902.scala:9: warning: unreachable code
    case Some(b) => 3 // no warning was emitted
                    ^
t6902.scala:21: warning: unreachable code
    case 1 => 3 // crash
              ^
error: No warnings can be incurred under -Xfatal-warnings.
three warnings found
one error found