191 split nested under split piece

✗ Failing This test is currently failing.

Failed: backend-exec

Error Details

output_emitted.zig:86:9: error: local variable '__koru_sp_n' shadows local variable from outer scope

Failure Output

🎯 Compiler coordination: Passes: 20 (flow-based: elaborate, analysis, emission)
Error: output_emitted.zig:86:9: error: local variable '__koru_sp_n' shadows local variable from outer scope
    var __koru_sp_n: usize = 0;
        ^~~~~~~~~~~
output_emitted.zig:78:9: note: previous declaration here
    var __koru_sp_n: usize = 0;
        ^~~~~~~~~~~

Code

input.k

Expected output

tok a
tok b
tok c
tok d

Flows

flow ~split click a branch to expand · @labels scroll to their anchor
split (s: "a b;c d", sep: ";")

Test Configuration

MUST_RUN