aboutsummaryrefslogblamecommitdiff
path: root/tests/pos/t7853.scala
blob: b0e9221e220c0ba9e77b9b3107f90c0d0e7255f7 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                
trait S {
  trait T {
    this: Any =>

    trait U {
      trait V {
        S.this
      }
    }
  }
}