054 println removed

✓ Passing Passing: the compiler rejects this program as expected.

Code

input.kz

Actual compiler output

error[KORU040]: unknown tor 'std.io:println'
  --> tests/regression/000_CORE_LANGUAGE/010_BASIC_SYNTAX/010_054_println_removed/input.kz:8:0

❌ Compiler coordination error: Unknown tor referenced
   (set KORU_BACKEND_TRACE=1 for the backend return trace)

Must fail at runtime:

Program must error when executed.

Expected patterns

Each line is a regex that must match the compiler error output.

error\[KORU040\]: unknown tor 'std\.io:println'

Flows

flow ~println click a branch to expand · @labels scroll to their anchor
println (text: msg)

Test Configuration

MUST_ERROR