using System; using X = N; namespace N { class A {} } class B { } class Test { static public B q; public static void Main () { q = new B (); if (typeof (B) != typeof (B)) throw new Exception ("huh"); } }