003 list len in expr

✗ Failing This test is currently failing.

Failed: frontend

Failure Output

error[KORU002]: module not found: 'std/list'
  --> tests/regression/600_STDLIB/660_COLLECTIONS/660_003_list_len_in_expr/input.k:4:1
    |
  4 | import std/list
    | ^
  hint: check the import path, koru.json paths, and KORU_STDLIB/KORU_PATH environment variables

Code

input.k

Expected output

11

Test Configuration

MUST_RUN