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

                                      
                                         

                                       
                                                                         

                                                          


                                                          
t6011.scala:4: warning: unreachable code
    case 'a' | 'c' => 1 // unreachable
                      ^
t6011.scala:10: warning: unreachable code
    case 'b' | 'a'  => 1 // unreachable
                       ^
t6011.scala:8: warning: could not emit switch for @switch annotated match
  def f2(ch: Char): Any = (ch: @annotation.switch) match {
                                ^
error: No warnings can be incurred under -Xfatal-warnings.
three warnings found
one error found