class Prism::ConstantPathOrWriteNode

def copy(**params)

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