fix ET tests for 4.0
[mcs.git] / errors / cs0524-5.cs
blob9300143b99fcdea8fea4936218159e21504ed04b
1 // CS0524: Interfaces cannot declare classes, structs, interfaces, delegates, or enumerations
2 // Line: 5
4 interface Interface {
5 delegate void D ();