// CS0305: Using the generic type `N1.A' requires 1 type arguments // Line: 12 namespace N1 { class A { } } namespace N3 { using W = N1.A; class X { static void Main () { } } }