2006-09-21 Mike Kestner <mkestner@novell.com>
[mcs.git] / errors / cs0524-5.cs
blob1d4d61e5ad3721c8ee55ce21baa255919132d1d0
1 // cs0524-5.cs: `Interface.D': Interfaces cannot declare classes, structs, interfaces, delegates, enumerations or constants
2 // Line: 5
4 interface Interface {
5 delegate void D ();