You need another `{.inject.}` at the site of the 2nd let for the call site, 
i.e., inside the `template`: 
    
    
    let x {.inject.} = 1
    bod(x)
    
    
    Run

Or you could mark the whole template `{.dirty.}`.

Reply via email to