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

28 lines
984 B
Plaintext
Vendored

KtSuccessCallInfo:
call = KtCompoundVariableAccessCall:
compoundAccess = IncOrDecOperation:
kind = INC
precedence = PREFIX
operationPartiallyAppliedSymbol = KtPartiallyAppliedSymbol:
dispatchReceiver = KtExplicitReceiverValue:
expression = i
isSafeNavigation = false
type = kotlin.Int
extensionReceiver = null
signature = KtFunctionLikeSignature:
receiverType = null
returnType = kotlin.Int
symbol = kotlin/Int.inc(<dispatch receiver>: kotlin.Int): kotlin.Int
valueParameters = []
callableIdIfNonLocal = kotlin/Int.inc
partiallyAppliedSymbol = KtPartiallyAppliedSymbol:
dispatchReceiver = null
extensionReceiver = null
signature = KtVariableLikeSignature:
name = i
receiverType = null
returnType = kotlin.Int
symbol = var i: kotlin.Int
callableIdIfNonLocal = null
typeArgumentsMapping = {}