031 missing comma between fields

✓ Passing This code compiles and runs correctly.

Code

// Test: Missing comma between shape fields
// BUG: This slips to backend with Zig "expected ',' after field"
// Should be caught by frontend: "Expected ',' between shape fields"

~event foo { x: i32 y: i32 }
| done {}
input.kz

Test Configuration

Expected Behavior:

BACKEND_COMPILE_ERROR

Expected Error:

expected ',' after field