interface A { void m(); } enum E implements A { F() {}; }