summaryrefslogtreecommitdiff
path: root/test/files/pos/t0699/B.scala
blob: f1f17efe8f67985a8fefac8a11b3ca324e0d71ac (plain) (blame)
1
2
3
4
5
object B {
  trait T1 extends A.T
  trait T2 extends A.C
  class C1 extends A.C
}