073 store sweep captures enclosing bind

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

n 7 v 10
n 7 v 20

Expected output

n 7 v 10
n 7 v 20

Flows

flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: items, capacity: 4, source: v: i64)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: items, source: v: 10)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: items, source: v: 20)
flow ~make click a branch to expand · @labels scroll to their anchor
make

Test Configuration

MUST_RUN