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