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