class Prism::StatementsNode

def comment_targets

def comment_targets: () -> Array[Node | Location]
def comment_targets
  [*body] #: Array[Prism::node | Location]
end