class Foo { fun foo() {} } fun Foo?.test() { this@test?.foo() }