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