| fun bar(f: Int.() -> Unit) { | |
| 1.f<caret>() | |
| } | |
| Resolved call: | |
| Resulting descriptor: operator fun Int.invoke(): Unit defined in kotlin.Function1 | |
| Explicit receiver kind = BOTH_RECEIVERS | |
| Dispatch receiver = f {[@kotlin.ExtensionFunctionType] Function1<Int, Unit>} | |
| Extension receiver = 1 {Int} |