class Steep::Source::LocatedAnnotation

def ==(other)

def ==(other)
  other.is_a?(LocatedAnnotation) &&
    other.line == line &&
    other.annotation == annotation
end