class RBS::AST::Declarations::AliasDecl
def ==(other)
def ==(other) other.is_a?(self.class) && other.new_name == new_name && other.old_name == old_name end
def ==(other) other.is_a?(self.class) && other.new_name == new_name && other.old_name == old_name end