113 effect handler cannot recurse producer

✓ Passing This code compiles and runs correctly.

Code

input.kz

Must fail at runtime with:

CONTAINS error[KORU022]
CONTAINS must be handled

Error Verification

Actual Compiler Output

error[KORU022]: event 'input:walk' invoked in pipeline but its branches are not handled
  --> tests/regression/400_RUNTIME_FEATURES/400_113_effect_handler_cannot_recurse_producer/input.kz:35:0

error[KORU022]: branch 'step' must be handled but no continuation found
  --> tests/regression/400_RUNTIME_FEATURES/400_113_effect_handler_cannot_recurse_producer/input.kz:35:0

❌ Compiler coordination error: Incomplete branch coverage
error: CompilerCoordinationFailed
/Users/larsde/src/koru/tests/regression/400_RUNTIME_FEATURES/400_113_effect_handler_cannot_recurse_producer/backend.zig:94:13: 0x1008821b7 in emit (backend)
            return error.CompilerCoordinationFailed;
            ^
/Users/larsde/src/koru/tests/regression/400_RUNTIME_FEATURES/400_113_effect_handler_cannot_recurse_producer/backend.zig:190:28: 0x100882ea3 in main (backend)
    const generated_code = try RuntimeEmitter.emit(compile_allocator, final_ast);
                           ^

Test Configuration

MUST_FAIL