KtInapplicableCallCandidateInfo:
  diagnostic = ERROR<ARGUMENT_TYPE_MISMATCH: Argument type mismatch: actual type is 'kotlin.Int', but 'kotlin.String' was expected.>
  candidate = KtDelegatedConstructorCall:
    kind = SUPER_CALL
    partiallyAppliedSymbol = KtPartiallyAppliedSymbol:
      dispatchReceiver = null
      extensionReceiver = null
      signature = KtFunctionLikeSignature:
        receiverType = null
        returnType = A
        symbol = <constructor>(x: kotlin.String): A
        valueParameters = [
          KtVariableLikeSignature:
            name = x
            receiverType = null
            returnType = kotlin.String
            symbol = x: kotlin.String
            callableIdIfNonLocal = null
        ]
        callableIdIfNonLocal = null
    typeArgumentsMapping = {}
    argumentMapping = {
      5 -> (KtVariableLikeSignature:
        name = x
        receiverType = null
        returnType = kotlin.String
        symbol = x: kotlin.String
        callableIdIfNonLocal = null)
    }
  isInBestCandidates = true