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