070 nested tilde invocations

✓ Passing This code compiles and runs correctly.

Code

input.kz

Frontend must reject with:

CONTAINS error[PARSE001
CONTAINS Nested flows

Expected compiler error

error[PARSE001]: Nested flows (~) are not allowed inside continuations. Use a bare tor call instead: remove the ~ prefix.
  --> tests/regression/100_PARSER/100_070_nested_tilde_invocations/input.kz:16:0
    |
 16 | ~outer(): d |> ~inner(x: d.value) |> nop()
    | ^