KtApplicableCallCandidateInfo:
  candidate = KtSimpleFunctionCall:
    isImplicitInvoke = false
    partiallyAppliedSymbol = KtPartiallyAppliedSymbol:
      dispatchReceiver = KtExplicitReceiverValue:
        expression = b1
        isSafeNavigation = false
      extensionReceiver = null
      signature = KtFunctionLikeSignature:
        receiverType = null
        returnType = kotlin.Boolean
        symbol = /A.equals(<dispatch receiver>: A, other: kotlin.Any?): kotlin.Boolean
        valueParameters = [
          KtVariableLikeSignature:
            name = other
            receiverType = null
            returnType = kotlin.Any?
            symbol = other: kotlin.Any?
        ]
    argumentMapping = {
      b2 -> (KtVariableLikeSignature:
        name = other
        receiverType = null
        returnType = kotlin.Any?
        symbol = other: kotlin.Any?)
    }
  isInBestCandidates = true
