// PROBLEM: none class Foo { fun s() = "" fun test() { this.s() } }