014 with collision names every owner

✓ Passing Passing: the compiler rejects this program as expected.

Code

input.k

Supporting Files

alpha.k
beta.k
gamma.k

Actual compiler output

error[KORU140]: bare name 'ping' resolves against more than one opened vocabulary ('app.alpha', 'app.beta' and 'app.gamma') — qualify the call explicitly to pick one
  --> tests/regression/600_STDLIB/641_PARSER/641_014_with_collision_names_every_owner/input.k:16:0

❌ Compiler coordination error: error[KORU140]: bare name 'ping' resolves against more than one opened vocabulary ('app.alpha', 'app.beta' and 'app.gamma') — qualify the call explicitly to pick one
   (set KORU_BACKEND_TRACE=1 for the backend return trace)

Must fail at runtime with:

CONTAINS KORU140
CONTAINS app.alpha
CONTAINS app.beta
CONTAINS app.gamma

Flows

flow ~ping click a branch to expand · @labels scroll to their anchor
ping (msg: "seed")

Test Configuration

MUST_ERROR

koru.json: