namespace N { interface A { } } class X : N.A { } class Foo { public static void Main () {} }