summaryrefslogblamecommitdiff
path: root/test/files/buildmanager/t2650_4/A.scala
blob: b9a519eb48042d06d8d82a7bc2e8782b65c81158 (plain) (tree)
1
2
3
4
5




              
trait A {
  type T = Int
  type T2 = T
  def x: T2
}