[build] Fix warning (#4177)
[mono-project.git] / mcs / tests / test-431.cs
blob3db7321d990fa76058ed95e026ae9d6d32d6e516
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 ());