Properly initialize a rgctx template. Fixes bxc #1147.
[mono-project.git] / mcs / errors / cs0527-2.cs
blobb89e498c6af186f8aad117973e5b11fd66ab14f4
1 // CS0527: Type `B' in interface list is not an interface
2 // Line: 4
4 struct A : B {
7 struct B : A {