add ISafeSerializationData
[mcs.git] / tests / test-710.cs
blob0fe59f33f537c7c42a57657fed1f52f874a437ee
1 // Compiler options: -warnaserror -warnaserror-:612,219
3 using System;
5 [Obsolete]
6 class Z
10 class C
12 public static void Main ()
14 Z z = new Z ();