15 lines
378 B
Plaintext
Vendored
15 lines
378 B
Plaintext
Vendored
fun bar(f: Int.() -> Unit) {
|
|
1.f<caret>()
|
|
}
|
|
|
|
|
|
|
|
Resolved call:
|
|
|
|
Candidate descriptor: operator fun Int.invoke(): Unit defined in kotlin.Function1
|
|
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}
|