add ISafeSerializationData
[mcs.git] / tests / test-741.cs
blob50326261c2f6cd84901e3e6b18f1ecf761d4b6ad
1 // Compiler options: -r:test-741-lib.dll
3 class Test
5 void test ()
7 IFoo f = null;
8 int v = f.Prop;
9 f.NestedProp = 4;
12 public static void Main ()