class RubyIndexer::Entry::UnresolvedConstantAlias
def initialize(target, nesting, name, uri, location, comments) # rubocop:disable Metrics/ParameterLists
: (String target, Array[String] nesting, String name, URI::Generic uri, Location location, String? comments) -> void
def initialize(target, nesting, name, uri, location, comments) # rubocop:disable Metrics/ParameterLists super(name, uri, location, comments) @target = target @nesting = nesting end