004 opaque protection

○ Planned This feature is planned but not yet implemented.

DESIGN: Interceptor feature not yet implemented. Should error when intercepting [opaque] events.

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_004_opaque_protection/input.kz:8:1
    |
  8 | ~import "std/interceptors"
    | ^
  hint: check the import path, koru.json paths, and KORU_STDLIB/KORU_PATH environment variables