032 implicit source param

✗ Failing This test is currently failing.

Failed: frontend

Failure Output

error[KORU010]: '_' is only legal as the body of a branch handler
  --> tests/regression/200_COMPILER_FEATURES/210_PARSER/210_032_implicit_source_param/input.kz:24:0
    |
 24 | } -> _ |> _
    | ^
  hint: '_' has meaning only as `| branch [binding] |> _`. Outside a branch handler body — top-level void chain, split-pipeline tail — `|> _` is meaningless.

Code

input.kz