KtSuccessCallInfo:
  call = KtSimpleFunctionCall:
    isImplicitInvoke = false
    partiallyAppliedSymbol = KtPartiallyAppliedSymbol:
      dispatchReceiver = KtExplicitReceiverValue:
        expression = d1
        isSafeNavigation = false
        type = D
      extensionReceiver = null
      signature = KtFunctionLikeSignature:
        receiverType = null
        returnType = kotlin.Boolean
        symbol = /D.equals(<dispatch receiver>: D, other: kotlin.Any?): kotlin.Boolean
        valueParameters = [
          KtVariableLikeSignature:
            name = other
            receiverType = null
            returnType = kotlin.Any?
            symbol = other: kotlin.Any?
            callableIdIfNonLocal = null
        ]
        callableIdIfNonLocal = /D.equals
    typeArgumentsMapping = {}
    argumentMapping = {
      d2 -> (KtVariableLikeSignature:
        name = other
        receiverType = null
        returnType = kotlin.Any?
        symbol = other: kotlin.Any?
        callableIdIfNonLocal = null)
    }
