Files
kotlin-fork/analysis/analysis-api/testData/components/callResolver/resolveCall/compoundAssignWithArrayGetConvention_lhs.txt
T
2022-06-23 07:50:21 +00:00

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)
}