062 undefined event call

✓ Passing This code compiles and runs correctly.

Code

// Test: Call to event that doesn't exist
// BAD: Backend says "Unknown event referenced" without naming which event
// Should say: "Event 'nonexistent' is not defined"

~nonexistent(x: 1)
| done |> _
input.kz

Test Configuration

Expected Behavior:

BACKEND_RUNTIME_ERROR

Expected Error:

Unknown event referenced