* Control.cs: fix the checks so that they work correctly for mdi
[mcs.git] / errors / cs0524-4.cs
blobde005af3d9d70a086ffa11ed598b695acc19bbdd
1 // cs0524-4.cs: `Interface.C': Interfaces cannot declare classes, structs, interfaces, delegates, enumerations or constants
2 // Line: 5
4 interface Interface {
5 public class C {