099 sequential for phases under capture

✗ Failing This test is currently failing.

Failed: backend-exec

Failure Output

error[KORU028]: terminal branch 'done' has more than one unguarded handler — a `|` continuation runs at most once; distinguish them with `when` guards or remove the duplicate
  --> tests/regression/320_CONTROL_FLOW/320_099_sequential_for_phases_under_capture/input.k:14:0

❌ Compiler coordination error: Incomplete branch coverage
   (set KORU_BACKEND_TRACE=1 for the backend return trace)

Code

input.k

Expected output

20

Flows

flow ~capture click a branch to expand · @labels scroll to their anchor
capture (source: sum: 0[i64], g: [4]i64{ 1, 2, 3, 4 })

Test Configuration

MUST_RUN