DEBSOURCES
Skip Quicknav
sources / mono / 6.8.0.105%2Bdfsg-3.3 / mcs / errors / cs0527-2.cs
12345678
// CS0527: Type `B' in interface list is not an interface // Line: 4 struct A : B { } struct B : A { }