aboutsummaryrefslogblamecommitdiff
path: root/tests/pos/t3612.scala
blob: a9d063998ca128d798e567a9c65bb5ae6a4aba44 (plain) (tree)
1
2
3
4
5
6





                                
trait C

class Outer {
  object O0 extends C {}
  object O extends C { self => }
}