151 effect inliner param name no hygiene

✗ Failing This test is currently failing.

Failed: backend-exec

Error Details

output_emitted.zig:98:19: error: local constant 'v' shadows local constant from outer scope

Failure Output

🎯 Compiler coordination: Passes: 17 (flow-based: frontend, analysis, emission)
Error: output_emitted.zig:98:19: error: local constant 'v' shadows local constant from outer scope
            const v = (&[_]i32{ 10, 20, 30 }); _ = &v;
                  ^
output_emitted.zig:95:15: note: previous declaration here
        const v = main_module.get_count_event.handler(.{ .n = 3 });
              ^

Code

input.kz

Expected output

count: 3
saw 10
saw 20
saw 30

Flows

flow ~get-count click a branch to expand · @labels scroll to their anchor
get-count (n: 3)

Test Configuration

MUST_RUN