KtDotQualifiedExpression(203,225): 'another.foo(1L, "str")'
  KaApplicableCallCandidate:
    candidate = KaSimpleFunctionCall:
      contextArgumentMapping = {}
      contextArguments = [
        KaImplicitReceiverValue:
          symbol = KaReceiverParameterSymbol:
            anchorPsi: KtFunctionLiteral
            annotations: []
            callableId: null
            contextParameters: []
            contextReceivers: []
            isActual: false
            isCompanion: false
            isDelegated: false
            isExpect: false
            isExtension: false
            isExternal: false
            isVal: true
            location: LOCAL
            modality: FINAL
            name: <receiver>
            origin: SOURCE
            owningCallableSymbol: KaAnonymousFunctionSymbol(<local>/<no name provided>)
            psi: KtFunctionLiteral
            realPsi: KtFunctionLiteral
            receiverParameter: null
            returnType: KaUsualClassType:
              annotations: []
              typeArguments: []
              type: kotlin/Long
            typeParameters: []
            visibility: PUBLIC
          type = kotlin.Long,
        KaImplicitReceiverValue:
          symbol = KaReceiverParameterSymbol:
            anchorPsi: KtTypeReference
            annotations: []
            callableId: null
            contextParameters: []
            contextReceivers: []
            isActual: false
            isCompanion: false
            isDelegated: false
            isExpect: false
            isExtension: false
            isExternal: false
            isVal: true
            location: LOCAL
            modality: FINAL
            name: <receiver>
            origin: SOURCE
            owningCallableSymbol: KaNamedFunctionSymbol(/usage)
            psi: KtTypeReference
            realPsi: KtTypeReference
            receiverParameter: null
            returnType: KaUsualClassType:
              annotations: []
              typeArguments: []
              type: kotlin/Boolean
            typeParameters: []
            visibility: PUBLIC
          type = kotlin.Boolean
      ]
      dispatchReceiver = KaExplicitReceiverValue:
        expression = another
        isSafeNavigation = false
        type = Another
      extensionReceiver = null
      signature = KaFunctionSignature:
        receiverType = null
        returnType = kotlin.Unit
        symbol = /Another.foo(<dispatch receiver>: Another, rp1: kotlin.Long, rp2: kotlin.String): kotlin.Unit
        valueParameters = [
          KaVariableSignature:
            name = rp1
            receiverType = null
            returnType = kotlin.Long
            symbol = rp1: kotlin.Long
            contextParameters = []
            callableId = null,
          KaVariableSignature:
            name = rp2
            receiverType = null
            returnType = kotlin.String
            symbol = rp2: kotlin.String
            contextParameters = []
            callableId = null
        ]
        contextParameters = [
          KaVariableSignature:
            name = cp1
            receiverType = null
            returnType = kotlin.Long
            symbol = cp1: kotlin.Long
            contextParameters = []
            callableId = null,
          KaVariableSignature:
            name = cp2
            receiverType = null
            returnType = kotlin.Boolean
            symbol = cp2: kotlin.Boolean
            contextParameters = []
            callableId = null
        ]
        callableId = /Another.foo
      typeArgumentsMapping = {}
      valueArgumentMapping = {
        1L -> (KaVariableSignature:
          name = rp1
          receiverType = null
          returnType = kotlin.Long
          symbol = rp1: kotlin.Long
          contextParameters = []
          callableId = null),
        "str" -> (KaVariableSignature:
          name = rp2
          receiverType = null
          returnType = kotlin.String
          symbol = rp2: kotlin.String
          contextParameters = []
          callableId = null)
      }
    isInBestCandidates = true
