137 effect unit payload spelled by omission

✓ Passing This code compiles and runs correctly.

Code

input.kz

Frontend must reject with:

CONTAINS spelled by omission

Error Verification

Actual Compiler Output

error[PARSE003]: '()' is not a payload type - an empty payload is spelled by omission (write `! ask`; resume arms may follow: `! ask | ok i32 | fail`)
  --> tests/regression/200_COMPILER_FEATURES/210_PARSER/210_137_effect_unit_payload_spelled_by_omission/input.kz:8:1
    |
  8 | ! ask () | halved i32 | timeout
    | ^

Test Configuration

MUST_FAIL