124 effect arm cannot issue obligation

✓ Passing This code compiles and runs correctly.

Code

input.kz

Frontend must reject with:

CONTAINS error[KORU027]
CONTAINS cannot issue an obligation

Error Verification

Actual Compiler Output

error[KORU027]: resume arm 'granted' cannot issue an obligation
  --> tests/regression/400_RUNTIME_FEATURES/400_124_effect_arm_cannot_issue_obligation/input.kz:12:1
    |
 12 | ! lend usize
    | ^
  hint: a `!` effect branch fires 0-to-N times, so resuming `<active!>` (issue) would let the obligation escape un-discharged — drop the trailing `!`, or discharge in-scope with `<!active>`

Flows

flow ~borrow click a branch to expand · @labels scroll to their anchor
borrow (n: 1)

Test Configuration

MUST_FAIL