015 nested inline effect arg shadow

✗ Failing This test is currently failing.

Failed: backend-exec

Error Details

output_emitted.zig:88:23: error: local constant 'n' shadows local constant from outer scope

Failure Output

🎯 Compiler coordination: Passes: 14 (flow-based: frontend, analysis, emission)
Error: output_emitted.zig:88:23: error: local constant 'n' shadows local constant from outer scope
                const n = (3); _ = &n;
                      ^
output_emitted.zig:85:19: note: previous declaration here
            const n = (3); _ = &n;
                  ^

Code

input.kz

Expected output

9

Flows

flow ~outer click a branch to expand · @labels scroll to their anchor
outer (n: 3)
flow ~show click a branch to expand · @labels scroll to their anchor
show

Test Configuration

MUST_RUN