053 reject old tap syntax

✓ Passing This code compiles and runs correctly.

Code

input.kz

Must fail at frontend compile:

Parsing or type-checking must reject the program.

Expected compiler error

error[PARSE001]: invalid flow invocation
  --> tests/regression/200_COMPILER_FEATURES/210_PARSER/210_053_reject_old_tap_syntax/input.kz:9:0
    |
  9 | ~foo -> *
    | ^

Test Configuration

Expected Error:

invalid flow invocation