KtConstructorDelegationReferenceExpression(76,80): 'this'
  KaInapplicableCallCandidate:
    candidate = KaDelegatedConstructorCall:
      contextArgumentMapping = {}
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = null
      kind = THIS_CALL
      signature = KaFunctionSignature:
        receiverType = null
        returnType = A
        symbol = <constructor>(): A
        valueParameters = []
        contextParameters = []
        callableId = null
      typeArgumentsMapping = {}
      valueArgumentMapping = {}
    diagnostic = ERROR<TOO_MANY_ARGUMENTS: Too many arguments for 'constructor(): A'.>
    isInBestCandidates = false

  KaInapplicableCallCandidate:
    candidate = KaDelegatedConstructorCall:
      contextArgumentMapping = {}
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = null
      kind = THIS_CALL
      signature = KaFunctionSignature:
        receiverType = null
        returnType = A
        symbol = <constructor>(a: kotlin.Int): A
        valueParameters = [
          KaVariableSignature:
            name = a
            receiverType = null
            returnType = kotlin.Int
            symbol = a: kotlin.Int
            contextParameters = []
            callableId = null
        ]
        contextParameters = []
        callableId = null
      typeArgumentsMapping = {}
      valueArgumentMapping = {}
    diagnostic = ERROR<ARGUMENT_TYPE_MISMATCH: Argument type mismatch: actual type is 'String', but 'Int' was expected.>
    isInBestCandidates = false

  KaApplicableCallCandidate:
    candidate = KaDelegatedConstructorCall:
      contextArgumentMapping = {}
      contextArguments = []
      dispatchReceiver = null
      extensionReceiver = null
      kind = THIS_CALL
      signature = KaFunctionSignature:
        receiverType = null
        returnType = A
        symbol = <constructor>(b: kotlin.String): A
        valueParameters = [
          KaVariableSignature:
            name = b
            receiverType = null
            returnType = kotlin.String
            symbol = b: kotlin.String
            contextParameters = []
            callableId = null
        ]
        contextParameters = []
        callableId = null
      typeArgumentsMapping = {}
      valueArgumentMapping = {
        "2" -> (KaVariableSignature:
          name = b
          receiverType = null
          returnType = kotlin.String
          symbol = b: kotlin.String
          contextParameters = []
          callableId = null)
      }
    isInBestCandidates = true