add ISafeSerializationData
[mcs.git] / tests / test-430.cs
blobcf3014012953e45644f9c709d994e6ebb48fdf64
1 using globalA = A;
3 class A { }
5 class X {
6 class A { }
7 static void Main ()
9 global::A a = new globalA ();
10 System.Console.WriteLine (a.GetType ());