class SyntaxTree::Index::ISeqBackend

def location_for(iseq)

def location_for(iseq)
  code_location = iseq[4][:code_location]
  Location.new(code_location[0], code_location[1])
end