015 wrong keyword typo

✗ Failing This test is currently failing.

Failed: expected-error-missing

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