class YARP::ConstantPathTargetNode

def copy(**params)

def copy: (**params) -> ConstantPathTargetNode
def copy(**params)
  ConstantPathTargetNode.new(
    params.fetch(:parent) { parent },
    params.fetch(:child) { child },
    params.fetch(:delimiter_loc) { delimiter_loc },
    params.fetch(:location) { location },
  )
end