class RubyIndexer::Entry::UnresolvedAlias

def initialize(target, nesting, name, file_path, location, comments) # rubocop:disable Metrics/ParameterLists

rubocop:disable Metrics/ParameterLists
def initialize(target, nesting, name, file_path, location, comments) # rubocop:disable Metrics/ParameterLists
  super(name, file_path, location, comments)
  @target = target
  @nesting = nesting
end