006 subflow in effect branch

○ Planned This feature is planned but not yet implemented.

OWED: string uppercase (string-ops gap) works as a subflow under an effect branch.

Failure Output

error[KORU021]: continuation branch 'upped' on tor 'input:upper-stub' — a bare return has no tags
  --> tests/regression/600_STDLIB/650_FS/650_006_subflow_in_effect_branch/input.k:12:0
  hint: bind the value with `: name`, not `| upped`

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

Code

input.k

Supporting Files

input.txt

Expected output

shout: FIRST
shout: SECOND
2 lines

Test Configuration

MUST_RUN