117 missing impl midchain fabricates value

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

Code

input.k

Actual compiler output

error[KORU047]: event 'input:validate-response' is invoked but has no implementation — without one the compiler would silently stub it to return zero-defaults. Implement it with a proc (`~proc validate-response|zig { ... }`), a bare-return impl (`~validate-response -> <value>`), a branch constructor (`~validate-response => <branch> <value>`), or a subflow (`~validate-response = <flow>`)
  --> tests/regression/500_INTEGRATION_TESTING/510_NEGATIVE_TESTS/510_117_missing_impl_midchain_fabricates_value/input.k:35:0

❌ Compiler coordination error: Validation failed (see errors above)
   (set KORU_BACKEND_TRACE=1 for the backend return trace)

Must contain:

KORU047

Flows

flow ~get-from-network click a branch to expand · @labels scroll to their anchor
get-from-network

Test Configuration

MUST_ERROR