063 reject single field braces

✗ Failing This test is currently failing.

Failed: expected-error-missing

Code

// Test: Parser should reject single-field braces in branch payloads
// Single field in braces should use identity syntax instead

const std = @import("std");

// WRONG: Single field in braces
// Should be: | ok i32 (identity syntax)
~event compute {}
| ok i32
input.kz

Test Configuration

Expected Behavior:

FRONTEND_COMPILE_ERROR

Expected Error:

single field