✓
Passing This code compiles and runs correctly.
Code
// Test: Unknown label should produce a clear error message
~event foo {}
| done {}
~foo()
| done |> @missing()
Test Configuration
Expected Behavior:
BACKEND_COMPILE_ERRORExpected Error:
unknown label '@missing'