039 branch payload requires binding

✓ Passing Passing: the compiler rejects this program as expected.

Code

input.kz

Actual compiler output

error[KORU030]: branch 'result' has payload but no binding
  --> tests/regression/300_ADVANCED_FEATURES/310_COMPTIME/310_039_branch_payload_requires_binding/input.kz:22:0

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

Error output must contain

branch 'result' has payload but no binding

Flows

flow ~compute click a branch to expand · @labels scroll to their anchor
compute (x: 42)

Test Configuration

MUST_ERROR