aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/pos/t5930.scala
blob: 202765b32efae0d4657f74d988cf90b198f4359c (plain) (blame)
1
2
3
4
// should not warn about dead code (`matchEnd(throw new MatchError)`)
 class Test {
  0 match { case x: Int => }
}