class Prism::EmbeddedVariableNode

def copy(**params)

def copy: (**params) -> EmbeddedVariableNode
def copy(**params)
  EmbeddedVariableNode.new(
    params.fetch(:operator_loc) { operator_loc },
    params.fetch(:variable) { variable },
    params.fetch(:location) { location },
  )
end