035 store entity ambiguous discharge forces pick

✓ Passing This code compiles and runs correctly.

Code

input.k

Must contain:

multiple discharge options

Error Verification

Actual Compiler Output

error[KORU030]: Resource 'i' <taken!> has multiple discharge options: despawn-loudly, despawn-quietly. Discharge explicitly.
  --> auto_discharge:20:0

❌ Compiler coordination error: Auto-discharge failed (multiple disposal options or no disposal event)
error: CompilerCoordinationFailed
???:?:?: 0x1030339d3 in _backend.RuntimeEmitter.emit (???)
???:?:?: 0x103034b63 in _backend.main (???)

Flows

flow ~new click a branch to expand · @labels scroll to their anchor
new (expr: enemies, source: hp: i64)
subflow ~despawn-quietly click a branch to expand · @labels scroll to their anchor
print.ln (expr: "quietly despawned")
subflow ~despawn-loudly click a branch to expand · @labels scroll to their anchor
print.ln (expr: "LOUDLY despawned")
flow ~insert click a branch to expand · @labels scroll to their anchor
insert (expr: enemies, source: hp: 9)

Test Configuration

MUST_FAIL