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