class Prism::ConstantPathTargetNode

def comment_targets

def comment_targets: () -> Array[Node | Location]
def comment_targets
  [*parent, delimiter_loc, name_loc] #: Array[Prism::node | Location]
end