[build] Fix warning (#4177)
[mono-project.git] / mcs / tests / test-432.cs
blob06fce357280ddecdb2e0010285d1e87aeb134542
1 using foo = Foo;
3 namespace Foo {
4 class A { }
7 class X {
8 public static void Main ()
10 Foo.A a = new foo::A ();
11 System.Console.WriteLine (a.GetType ());