172 continuation marker on effect rejected

✓ Passing This code compiles and runs correctly.

Code

input.k

Must fail at backend compile:

Code generation must reject the program.

Flows

flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: game, capacity: 8, source: hp: i64)
flow ~query click a branch to expand · @labels scroll to their anchor
query (expr: game)
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: game, source: hp: 5)

Test Configuration

Expected Error:

continuation marker `|` used where an effect branch is required — `query` fires the effect arm `! query`, not `| query`