32 lines
986 B
Plaintext
Vendored
32 lines
986 B
Plaintext
Vendored
KtSuccessCallInfo:
|
|
call = KtSimpleFunctionCall:
|
|
isImplicitInvoke = false
|
|
partiallyAppliedSymbol = KtPartiallyAppliedSymbol:
|
|
dispatchReceiver = KtExplicitReceiverValue:
|
|
expression = m
|
|
isSafeNavigation = false
|
|
type = MyMap<kotlin.String, A>
|
|
extensionReceiver = null
|
|
signature = KtFunctionLikeSignature:
|
|
receiverType = null
|
|
returnType = A
|
|
symbol = /MyMap.get(<dispatch receiver>: MyMap<K, V>, k: K): V
|
|
valueParameters = [
|
|
KtVariableLikeSignature:
|
|
name = k
|
|
receiverType = null
|
|
returnType = kotlin.String
|
|
symbol = k: K
|
|
callableIdIfNonLocal = null
|
|
]
|
|
callableIdIfNonLocal = /MyMap.get
|
|
typeArgumentsMapping = {}
|
|
argumentMapping = {
|
|
"a" -> (KtVariableLikeSignature:
|
|
name = k
|
|
receiverType = null
|
|
returnType = kotlin.String
|
|
symbol = k: K
|
|
callableIdIfNonLocal = null)
|
|
}
|