class YARP::CallOperatorOrWriteNode

def initialize(target, value, operator_loc, location)

def initialize: (target: Node, value: Node, operator_loc: Location, location: Location) -> void
def initialize(target, value, operator_loc, location)
  @target = target
  @value = value
  @operator_loc = operator_loc
  @location = location
end