// !CALL: invoke

class Foo {
    fun invoke() {}
}

fun bar(f: Foo) {
    f()
}


Resolved call:

Explicit receiver kind = THIS_OBJECT
This object = f
Receiver argument = NO_RECEIVER