* TreeView.cs: Allow more explicit setting of top node
[mono-project.git] / mcs / tests / test-434.cs
blobc2e022d8cf39da6921675960f86ee85b16d01e06
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 ());