subflow invalid branch

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

Code

input.kz

Actual compiler output

error[KORU021]: event 'input:double' has no branch 'tripled' (available: doubled, refused)
  --> tests/regression/300_ADVANCED_FEATURES/350_SUBFLOWS/305_subflow_invalid_branch/input.kz:33:0

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

Must contain:

no branch 'tripled'

Flows

subflow ~process click a branch to expand · @labels scroll to their anchor
double (value: input)

Test Configuration

MUST_ERROR