DEBSOURCES
Skip Quicknav
sources / scala / 2.11.12-6 / test / files / pos / t7853.scala
1234567891011
trait S { trait T { this: Any => trait U { trait V { S.this } } } }