class Prism::PreExecutionNode

def comment_targets

def comment_targets: () -> Array[Node | Location]
def comment_targets
  [*statements, keyword_loc, opening_loc, closing_loc] #: Array[Prism::node | Location]
end