module M { interface thing { attribute boolean interface; // error: interface collides // with keyword interface }; };