KtConstructorCalleeExpression(40,41): 'A'
  KaCallResolutionError:
    candidateCalls = [
      KaDelegatedConstructorCall:
        contextArgumentMapping = {}
        contextArguments = []
        dispatchReceiver = null
        extensionReceiver = null
        kind = SUPER_CALL
        signature = KaFunctionSignature:
          receiverType = null
          returnType = A
          symbol = <constructor>(x: kotlin.String): A
          valueParameters = [
            KaVariableSignature:
              name = x
              receiverType = null
              returnType = kotlin.String
              symbol = x: kotlin.String
              contextParameters = []
              callableId = null
          ]
          contextParameters = []
          callableId = null
        typeArgumentsMapping = {}
        valueArgumentMapping = {
          5 -> (KaVariableSignature:
            name = x
            receiverType = null
            returnType = kotlin.String
            symbol = x: kotlin.String
            contextParameters = []
            callableId = null)
        }
    ]
    diagnostic = ERROR<ARGUMENT_TYPE_MISMATCH: Argument type mismatch: actual type is 'Int', but 'String' was expected.>
