module RBS::AST::Members::LocationOnly

def ==(other)

def ==(other)
  other.is_a?(self.class)
end