084 nested loop carries outer obligation

✗ Failing This test is currently failing.

Failed: backend-exec

Failure Output

error[KORU022]: required branch 'again' not handled - event 'step' requires this branch
  --> tests/regression/300_ADVANCED_FEATURES/330_PHANTOM_TYPES/330_084_nested_loop_carries_outer_obligation/input.kz:50:0

error[KORU022]: required branch 'stop' not handled - event 'step' requires this branch
  --> tests/regression/300_ADVANCED_FEATURES/330_PHANTOM_TYPES/330_084_nested_loop_carries_outer_obligation/input.kz:50:0

❌ Compiler coordination error: Flow validation failed
   (set KORU_BACKEND_TRACE=1 for the backend return trace)

Code

input.kz

Expected output

n=3

Flows

subflow ~inner click a branch to expand · @labels scroll to their anchor
#iloop icount (k: 2)
subflow ~spin click a branch to expand · @labels scroll to their anchor
make
flow ~spin click a branch to expand · @labels scroll to their anchor
spin

Test Configuration

MUST_RUN