class Foo { fun Int.bar() = this } fun main(args: Array) { val v = Foo() v. } // ABSENT: bar