summaryrefslogtreecommitdiff
path: root/test/files/buildmanager/t2559/D.scala
blob: 4b8422db04f21095efefff271dcde6d9c06d7534 (plain) (blame)
1
2
3
4
5
6
7
8
object D {
  def x(a: A) =
    a match {
      case _: B => ()
      case _: C => ()
    }
}