class Prism::IndexOperatorWriteNode

def comment_targets

def comment_targets: () -> Array[Node | Location]
def comment_targets
  [*receiver, *call_operator_loc, opening_loc, *arguments, closing_loc, *block, binary_operator_loc, value] #: Array[Prism::node | Location]
end