001 unclosed input brace

✓ Passing This code compiles and runs correctly.

Code

// Test 901: Unclosed input brace
// Parser should reject with clear error about missing '}'

~event write {
    value: i32,
    note: []const u8
| success {}
input.kz

Test Configuration

Expected Behavior:

FRONTEND_COMPILE_ERROR

Expected Error:

error[PARSE004]: unmatched '{' in event shape