110 nested sweep outer row is readable

✗ Failing This test is currently failing.

Failed: output

Failure Output

🎯 Compiler coordination: Passes: 20 (flow-based: elaborate, analysis, emission)

Code

input.k

Actual

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

Test Configuration

MUST_RUN