035 circular imports

✗ Failing This test is currently failing.

Failed: backend-exec

Failure Output

error[KORU021]: continuation branch 'received' on tor 'app.input:from-a' — a bare return has no tags
  --> /Users/larsde/src/koru/tests/regression/200_COMPILER_FEATURES/210_PARSER/210_035_circular_imports/module_b.kz:9:4
  hint: bind the value with `: name`, not `| received`

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

Code

input.kz

Expected output

input.kz received: hello from input

Flows

flow ~from-b click a branch to expand · @labels scroll to their anchor
from-b (msg: "hello from input")

Imported Files

module_b.kz

Test Configuration

MUST_RUN