191 split nested under split piece

○ Planned This feature is planned but not yet implemented.

OWED: a split nested under another split's piece arm inlines without label clash.

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