113 nested sweep rebound name shadows

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

k 1
k 2
k 1
k 2

Expected output

k 1
k 2
k 1
k 2

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: 10)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: outer, source: v: 20)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: inner, source: v: 1)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: inner, source: v: 2)
flow ~sweep click a branch to expand · @labels scroll to their anchor
sweep (expr: outer)

Test Configuration

MUST_RUN