// cs0527: type in interface list is not an interface // Line: 6 class X { } interface A : X { }