2007-03-19 Chris Toshok <toshok@ximian.com>
[mono-project.git] / mcs / errors / cs0524-2.cs
blob53abc1f53adba6e4654dcc2dd6ff84a7f3d6c591
1 // cs0524-2.cs: `Interface.I': Interfaces cannot declare classes, structs, interfaces, delegates, enumerations or constants
2 // Line: 5
4 interface Interface {
5 interface I {}