class Foo { fun foo() { fun a() { } this.a } val a = 1 }