cleol
[mcs.git] / errors / cs0524-3.cs
blob73de70bd0140951f9ed2bb142855c518445a4890
1 // CS0524: Interfaces cannot declare classes, structs, interfaces, delegates, or enumerations
2 // Line: 4
4 interface Interface {
5 enum E {
6 White,
7 Black