KtApplicableCallCandidateInfo:
  candidate = KtSimpleFunctionCall:
    isImplicitInvoke = false
    partiallyAppliedSymbol = KtPartiallyAppliedSymbol:
      dispatchReceiver = KtImplicitReceiverValue:
        symbol = KtReceiverParameterSymbol:
          origin: SOURCE
          type: test/Target<kotlin/String>
      extensionReceiver = null
      signature = KtFunctionLikeSignature:
        receiverType = null
        returnType = kotlin.Unit
        symbol = test/Target.add(<dispatch receiver>: test.Target<T>, t: T): kotlin.Unit
        valueParameters = [
          KtVariableLikeSignature:
            name = t
            receiverType = null
            returnType = kotlin.String
            symbol = t: T
        ]
    argumentMapping = {
      s -> (KtVariableLikeSignature:
        name = t
        receiverType = null
        returnType = kotlin.String
        symbol = t: T)
    }
  isInBestCandidates = true
