blob: 7c11cb81799030505acef64f9af92543e9a62116 [file]
object A {
fun invoke(i: Int) = i
}
fun test() = A<caret>(1)
Resolved call:
Resulting descriptor: fun invoke(i: Int): Int defined in A
Explicit receiver kind = DISPATCH_RECEIVER
Dispatch receiver = A {A}
Extension receiver = NO_RECEIVER
Value arguments mapping:
SUCCESS i : Int = 1