class YARP::CaseNode

def comment_targets

def comment_targets: () -> Array[Node | Location]
def comment_targets
  [*predicate, *conditions, *consequent, case_keyword_loc, end_keyword_loc]
end