004 vaxis run no tick

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

Code

input.kz

Actual compiler output

error[KORU021]: event 'input:run' has no branch 'tick' (available: draw, key, resize, focus-in, focus-out, done, err)
  --> tests/regression/800_CHALLENGES/800_004_vaxis_run_no_tick/input.kz:41:0

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

Must fail at runtime:

Program must error when executed.

Error output must contain

KORU021

Flows

flow ~run click a branch to expand · @labels scroll to their anchor
run (title: "spinner")

Test Configuration

MUST_ERROR