class Prism::ClassVariableAndWriteNode

def operator_loc

^^^
@@target &&= value

Represents the location of the `&&=` operator.
def operator_loc
  location = @operator_loc
  return location if location.is_a?(Location)
  @operator_loc = Location.new(source, location >> 32, location & 0xFFFFFFFF)
end