KtNameReferenceExpression(248,251): 'add'
  KaApplicableCallCandidate:
    candidate = KaSimpleFunctionCall:
      contextArgumentMapping = {}
      contextArguments = []
      dispatchReceiver = 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: [
              KaUsualClassType:
                annotations: []
                typeArguments: []
                type: kotlin/String
            ]
            type: test/Target<kotlin/String>
          typeParameters: []
          visibility: PUBLIC
        type = test.Target<kotlin.String>
      extensionReceiver = null
      signature = KaFunctionSignature:
        receiverType = null
        returnType = kotlin.Unit
        symbol = test/Target.add(<dispatch receiver>: test.Target<T>, t: T): kotlin.Unit
        valueParameters = [
          KaVariableSignature:
            name = t
            receiverType = null
            returnType = kotlin.String
            symbol = t: T
            contextParameters = []
            callableId = null
        ]
        contextParameters = []
        callableId = test/Target.add
      typeArgumentsMapping = {}
      valueArgumentMapping = {
        s -> (KaVariableSignature:
          name = t
          receiverType = null
          returnType = kotlin.String
          symbol = t: T
          contextParameters = []
          callableId = null)
      }
    isInBestCandidates = true
