class Prism::ArgumentsNode

def comment_targets

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