interface Foo fun foo(a: Any) {} fun Foo.bar() { foo(this) } //INFO:
ExtensionReceiver.kt
public fun Foo.bar(): Unit