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