summaryrefslogtreecommitdiff
path: root/test/files/pos/t5769.scala
blob: 723d37bfee6f68e28550aa227f19df7888e6927b (plain) (blame)
1
2
3
4
5
6
7
8
// a.scala

class A {
  type AI = Array[Int]

  def f1 = arrayTag[Array[Int]]
  def f2 = arrayTag[AI]
}