110 nested sweep outer row is readable

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

o 10 i 1
o 10 i 2
o 20 i 1
o 20 i 2

Expected output

o 10 i 1
o 10 i 2
o 20 i 1
o 20 i 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 ~query click a branch to expand · @labels scroll to their anchor
query (expr: outer)

Test Configuration

MUST_RUN