2010-04-06 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / test-431.cs
blob9edd449fea247ad19a5316d02cf0b6d2ab566ee8
1 using foo = Foo;
3 namespace Foo {
4 class A { }
7 class X {
8 static void Main ()
10 foo::A a = new Foo.A ();
11 System.Console.WriteLine (a.GetType ());