094 reject bare arg name mismatch

✓ Passing This code compiles and runs correctly.

Code

input.kz

Must fail at frontend compile:

Parsing or type-checking must reject the program.

Error Verification

Actual Compiler Output

error[PARSE006]: bare argument 'other' does not name a parameter of 'echo' — an explicit label is required
  --> tests/regression/200_COMPILER_FEATURES/210_PARSER/210_094_reject_bare_arg_name_mismatch/input.kz:33:0
    |
 33 | | got other |> echo(other)
    | ^
  hint: write it with an explicit label: 'v: other'

Flows

flow ~src click a branch to expand · @labels scroll to their anchor
src

Test Configuration

MUST_FAIL