class YARP::InstanceVariableReadNode

def copy(**params)

def copy: (**params) -> InstanceVariableReadNode
def copy(**params)
  InstanceVariableReadNode.new(
    params.fetch(:name) { name },
    params.fetch(:location) { location },
  )
end