✓
Passing This code compiles and runs correctly.
Code
// Test: Field with missing type after colon
// BUG: Slips to backend with Zig error "expected type expression"
// Should be caught by frontend: "Expected type after ':'"
~event foo { x: }
| done {}
Test Configuration
Expected Behavior:
BACKEND_COMPILE_ERRORExpected Error:
expected type expression