class YARP::DefNode

def comment_targets

def comment_targets: () -> Array[Node | Location]
def comment_targets
  [name_loc, *receiver, *parameters, *body, def_keyword_loc, *operator_loc, *lparen_loc, *rparen_loc, *equal_loc, *end_keyword_loc]
end