class Foo { val f = Foo() val s = "" fun test() { this.f.s } }