015 wrong keyword typo

✓ Passing This code compiles and runs correctly.

Code

// Test: Typo in keyword (evnet instead of event)
// BUG: Frontend catches it but gives wrong error: "Invalid binding '{}'"
// Should say: "Unknown keyword 'evnet'. Did you mean 'event'?"

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

Test Configuration

Expected Behavior:

FRONTEND_COMPILE_ERROR

Expected Error:

Invalid binding