050 union accepts either state

✗ Failing This test is currently failing.

Failed: backend-exec

Failure Output

error[KORU030]: Phantom state mismatch: argument 'conn' has no tracked phantom state, but event requires one of '<active|paused>'.
  --> phantom_semantic_check:3:0

error[KORU030]: Phantom state mismatch: argument 'conn' has no tracked phantom state, but event requires one of '<active|paused>'.
  --> phantom_semantic_check:5:0

❌ Compiler coordination error: Phantom semantic validation failed
error: CompilerCoordinationFailed
???:?:?: 0x10239f9d3 in _backend.RuntimeEmitter.emit (???)
???:?:?: 0x1023a0b63 in _backend.main (???)

Code

input.kz

Expected output

Creating connection
Connecting: 1
Resuming/continuing: 1
Closing: 1
Creating connection
Connecting: 1
Pausing: 1
Resuming/continuing: 1
Closing: 1
Creating connection
Connecting: 1
Closing: 1
Creating connection
Connecting: 1
Pausing: 1
Closing: 1

Flows

flow ~create click a branch to expand · @labels scroll to their anchor
create
flow ~create click a branch to expand · @labels scroll to their anchor
create
flow ~create click a branch to expand · @labels scroll to their anchor
create
flow ~create click a branch to expand · @labels scroll to their anchor
create

Imported Files

connection.kz

Test Configuration

MUST_RUN