038 implicit expr and source

✗ Failing This test is currently failing.

Failed: frontend

Failure Output

Showing last 10 of 13 lines
 39 | } -> _ |> _
    | ^
  hint: '_' has meaning only as `| branch [binding] |> _`. Outside a branch handler body — top-level void chain, split-pipeline tail — `|> _` is meaningless.

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

Code

input.kz

Test Configuration

MUST_RUN