add SafeSerializationEventArgs
[mcs.git] / tests / test-768.cs
blob54704761fe3ef95acfca93a46b712735f916da49
1 namespace A.N
3 class Wrong
8 namespace N
10 class C
12 public static string value;
16 namespace X
18 using A;
20 public class TestClass
22 public static void Main ()
24 string s = N.C.value;