class Prism::BlockNode

def comment_targets

def comment_targets: () -> Array[Node | Location]
def comment_targets
  [*parameters, *body, opening_loc, closing_loc]
end