063 missing event param

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

Code

input.kz

Actual compiler output

error[KORU080]: 'foo' requires input 'y' — it is declared with no default and no `?`, and this call does not supply it
  --> tests/regression/500_INTEGRATION_TESTING/510_NEGATIVE_TESTS/510_063_missing_event_param/input.kz:24:0

❌ Compiler coordination error: Auto-discharge failed (multiple disposal options or no disposal event)
   (set KORU_BACKEND_TRACE=1 for the backend return trace)

Must fail at runtime:

Program must error when executed.

Error output must contain

requires input 'y'

Flows

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

Test Configuration

MUST_ERROR