I'd expect name inference to work in this case, but maybe we can't get at the `srcref`? ```r mr <- metaReactive(localize = TRUE, { 1+1 }) expandChain(mr()) ``` ```r var_1 <- local(1 + 1) var_1 ```