summaryrefslogtreecommitdiff
path: root/test/files/positions/Enclosing2.scala
blob: 502df5dc97d6515e2bdcd4511a14f5d220944d7f (plain) (blame)
1
2
3
4
5
object Enclosing2 {

  class C
  trait T { this : C => }
}