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