2007-03-28 Chris Toshok <toshok@ximian.com>
[mono-project.git] / mcs / 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 ();