module Steep::AST::Annotation::Located

def line

def line
  location&.start_line
end