DEBSOURCES
Skip Quicknav
sources / scala / 2.11.12-6 / test / files / pos / thistypes.scala
12345678
trait B { trait I {} def foo: B.this.I; } trait C extends B { def foo: C.this.I; }