24 lines
771 B
Plaintext
Vendored
24 lines
771 B
Plaintext
Vendored
KtSuccessCallInfo:
|
|
call = KtSimpleFunctionCall:
|
|
isImplicitInvoke = true
|
|
partiallyAppliedSymbol = KtPartiallyAppliedSymbol:
|
|
dispatchReceiver = KtExplicitReceiverValue:
|
|
expression = f
|
|
isSafeNavigation = false
|
|
extensionReceiver = null
|
|
signature = KtFunctionLikeSignature:
|
|
receiverType = null
|
|
returnType = kotlin.Unit
|
|
symbol = /Foo.invoke(<dispatch receiver>: Foo, t: T): kotlin.Unit
|
|
valueParameters = [
|
|
KtVariableLikeSignature:
|
|
receiverType = null
|
|
returnType = kotlin.String
|
|
symbol = t: T
|
|
]
|
|
argumentMapping = {
|
|
"" -> (KtVariableLikeSignature:
|
|
receiverType = null
|
|
returnType = kotlin.String
|
|
symbol = t: T)
|
|
} |