KtConstructorDelegationCall(108,116): 'super(s)'
  KaCallResolutionError:
    candidateCalls = [
      KaDelegatedConstructorCall:
        contextArgumentMapping = {}
        contextArguments = []
        dispatchReceiver = null
        extensionReceiver = null
        kind = SUPER_CALL
        signature = KaFunctionSignature:
          receiverType = null
          returnType = Base
          symbol = <constructor>(p1: kotlin.Int): Base
          valueParameters = [
            KaVariableSignature:
              name = p1
              receiverType = null
              returnType = kotlin.Int
              symbol = p1: kotlin.Int
              contextParameters = []
              callableId = null
          ]
          contextParameters = []
          callableId = null
        typeArgumentsMapping = {}
        valueArgumentMapping = {
          s -> (KaVariableSignature:
            name = p1
            receiverType = null
            returnType = kotlin.Int
            symbol = p1: kotlin.Int
            contextParameters = []
            callableId = null)
        }
    ]
    diagnostic = ERROR<ARGUMENT_TYPE_MISMATCH: Argument type mismatch: actual type is 'String', but 'Int' was expected.>