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