summaryrefslogtreecommitdiff
path: root/test/files/buildmanager/t2650_3/A.scala
blob: cd13843eb962c3f8c8d712c3b274e80bdc5fac62 (plain) (blame)
1
2
3
4
trait A {
  type T = Int
  def x: T
}