003 single interceptor error

○ Planned This feature is planned but not yet implemented.

DESIGN: Interceptor feature not yet implemented. Should produce compile error for duplicate interceptors.

Code

input.kz

Must fail at frontend compile:

Parsing or type-checking must reject the program.

Expected compiler error

error[KORU002]: module not found: '$std/interceptors'
  --> tests/regression/300_ADVANCED_FEATURES/365_INTERCEPTORS/365_003_single_interceptor_error/input.kz:7:1
    |
  7 | ~import "std/interceptors"
    | ^
  hint: check the import path, koru.json paths, and KORU_STDLIB/KORU_PATH environment variables