when at callsite

✗ Failing This test is currently failing.

Failed: frontend

Failure Output

Showing last 10 of 25 lines
 13 | |> _
    | ^
  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/400_RUNTIME_FEATURES/420_PERFORMANCE/915_when_at_callsite/input.kz:16:0
    |
 16 | |> _
    | ^
  hint: '_' has meaning only as `| branch [binding] |> _`. Outside a branch handler body — top-level void chain, split-pipeline tail — `|> _` is meaningless.

Code

input.kz

Expected output

Produced: 20
Produced: 60
Logging: 60

Test Configuration

MUST_RUN