087 nested sweeps resolve independently

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

outer 1
inner 777

Expected output

outer 1
inner 777

Flows

flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: outer, capacity: 4, source: v: i64)
flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: inner, capacity: 4, source: v: i64)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: outer, source: v: 1)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: inner, source: v: 100)
flow ~sweep click a branch to expand · @labels scroll to their anchor
sweep (expr: outer)
flow ~sweep click a branch to expand · @labels scroll to their anchor
sweep (expr: outer)
flow ~sweep click a branch to expand · @labels scroll to their anchor
sweep (expr: inner)

Test Configuration

MUST_RUN