// cs0524-3.cs: `Interface.E': Interfaces cannot declare classes, structs, interfaces, delegates, enumerations or constants // Line: 4 interface Interface { enum E { White, Black } }