2010-04-07 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0527-2.cs
blob89a41cf9efc5544b6e023f6a1f528611d66bd9a7
1 // cs0527-2.cs: Type `A' in interface list is not an interface
2 // Line: 7
4 struct A : B {
7 struct B : A {