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