trait A {
    val foo: Int.()->Unit

    fun test() {
        1.<caret>foo()
    }
}


Resolved call:

Resulting descriptor: val foo: Int.() -> Unit

Explicit receiver kind = NO_EXPLICIT_RECEIVER
This object = Class{A}
Receiver argument = NO_RECEIVER