summaryrefslogblamecommitdiff
path: root/test/files/pos/t3612.scala
blob: d3bcc373e3bf0c6c6fdd58fa63497c523977c053 (plain) (tree)
1
2
3
4
5
6





                                
trait C

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