class Prism::InNode

def comment_targets

def comment_targets: () -> Array[Node | Location]
def comment_targets
  [pattern, *statements, in_loc, *then_loc]
end