class Prism::ConstantPathOperatorWriteNode

def copy(**params)

def copy: (**params) -> ConstantPathOperatorWriteNode
def copy(**params)
  ConstantPathOperatorWriteNode.new(
    params.fetch(:target) { target },
    params.fetch(:operator_loc) { operator_loc },
    params.fetch(:value) { value },
    params.fetch(:operator) { operator },
    params.fetch(:location) { location },
  )
end