✗
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
Test Configuration
Expected Behavior:
FRONTEND_COMPILE_ERRORExpected Error:
single field