006 transitive file import

○ Planned This feature is planned but not yet implemented.

OWED: A → B → C file-import chain compiles and dispatches.

Failure Output

error[KORU021]: continuation branch 'doubled' on tor 'app.base:double' — a bare return has no tags
  --> /Users/larsde/src/koru/tests/regression/100_MODULE_SYSTEM/110_IMPORTS/110_006_transitive_file_import/helper.kz:14:8
  hint: bind the value with `: name`, not `| doubled`

❌ Compiler coordination error: Incomplete branch coverage
   (set KORU_BACKEND_TRACE=1 for the backend return trace)

Code

input.kz

Supporting Files

base.kz
helper.kz

Flows

flow ~quadruple click a branch to expand · @labels scroll to their anchor
quadruple (x: 5)

Test Configuration

MUST_RUN