tap when clause filtering

✗ Failing This test is currently failing.

Failed: frontend

Failure Output

error[PARSE003]: single continuation branch 'entity' carrying a payload is a one-variant tag union — declare the single output as a bare return instead: `-> <type>`
  --> tests/regression/300_ADVANCED_FEATURES/360_TAPS_OBSERVERS/504_tap_when_clause_filtering/input.kz:29:1
    |
 29 | ~pub tor process-entity { e: Entity }
    | ^

Code

input.kz

Expected output

DAMAGE on Entity 2!
DAMAGE on Entity 4!
Done!

Flows

flow ~tap click a branch to expand · @labels scroll to their anchor
tap (process-entity -> *)
flow ~for click a branch to expand · @labels scroll to their anchor
for (&entities)

Test Configuration

MUST_RUN