033 empty type after colon

✓ 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 {}
input.kz

Test Configuration

Expected Behavior:

BACKEND_COMPILE_ERROR

Expected Error:

expected type expression