summaryrefslogtreecommitdiff
path: root/test/files/run/t7985b.scala
blob: aaf649eb28622d8c7e2eff81103b542f7cec79a8 (plain) (blame)
1
2
3
4
5
class a { type X = Int }

object Test extends App {
  Array(1) match { case _: Array[a#X] => }
}