135 effect arms exclusive with resume type

✓ Passing This code compiles and runs correctly.

Code

input.kz

Frontend must reject with:

CONTAINS cannot declare both a '-> T' resume and named resume arms

Error Verification

Actual Compiler Output

error[PARSE003]: effect branch cannot declare both a '-> T' resume and named resume arms - the arms are the resume
  --> tests/regression/200_COMPILER_FEATURES/210_PARSER/210_135_effect_arms_exclusive_with_resume_type/input.kz:7:1
    |
  7 |     | timeout
    | ^

Test Configuration

MUST_FAIL