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 (outer, capacity: 4, source: v: i64)
flow ~new click a branch to expand · @labels scroll to their anchor
new (inner, capacity: 4, source: v: i64)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (outer, source: v: 1)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (inner, source: v: 100)
flow ~query click a branch to expand · @labels scroll to their anchor
query (outer)
flow ~query click a branch to expand · @labels scroll to their anchor
query (outer)
flow ~query click a branch to expand · @labels scroll to their anchor
query (inner)

Test Configuration

MUST_RUN