class A { fun ~member~foo() = 1 fun test() { fun A.foo() = 2 this.`member`foo() } }