// !CALL: foo

fun foo() {}

fun test() {
    foo { x -> "$x"}
}


Resolved call:

Explicit receiver kind = NO_EXPLICIT_RECEIVER
This object = NO_RECEIVER
Receiver argument = NO_RECEIVER

Value arguments mapping:

ARGUMENT UNMAPPED:  { x -> "$x"}