2010-06-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0524.cs
blob9c9ff28c5942f441eb34b4cfca9464e1f7a36e82
1 // CS0524: Interfaces cannot declare classes, structs, interfaces, delegates, or enumerations
2 // Line: 5
4 interface Interface {
5 public struct Struct {