✓
Passing This code compiles and runs correctly.
Code
// Test 902: Unclosed branch payload brace
// Parser should reject with clear error about missing '}'
~event process { value: i32 }
| success {
result: u32
| failure {}
Test Configuration
Expected Behavior:
FRONTEND_COMPILE_ERRORExpected Error:
error: expected '}', found '|'