aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/t1591_pos.scala
blob: 4f55d7ce19125e058cee647d36f19cd6a61afc45 (plain) (blame)
1
2
3
4
5
6
7
trait A

object Test {
    lazy val a = new A {
        object Zenek
    }
}