011 catchall inside event body

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

quit
keep
quit

Expected output

quit
keep
quit

Flows

subflow ~page-route click a branch to expand · @labels scroll to their anchor
if (page == 0)
subflow ~on-q click a branch to expand · @labels scroll to their anchor
page-route (page)
flow ~on-q click a branch to expand · @labels scroll to their anchor
on-q (page: 0)
flow ~on-q click a branch to expand · @labels scroll to their anchor
on-q (page: 1)
flow ~on-q click a branch to expand · @labels scroll to their anchor
on-q (page: 2)

Test Configuration

MUST_RUN