summaryrefslogblamecommitdiff
path: root/test/files/pos/t5930.scala
blob: de9d62cfe8a53d402770b6b0cf300f62a58077c2 (plain) (tree)
1
2
3
4



                                                                     
// should not warn about dead code (`matchEnd(throw new MatchError)`)
 class Test {
  0 match { case x: Int => }
}