class Steep::AST::Annotation::Dynamic
def ==(other)
def ==(other) other.is_a?(Dynamic) && other.names == names end
def initialize(names:, location: nil)
def initialize(names:, location: nil) @location = location @names = names end
def ==(other) other.is_a?(Dynamic) && other.names == names end
def initialize(names:, location: nil) @location = location @names = names end