add ISafeSerializationData
[mcs.git] / tests / gtest-502.cs
blob482b737e3046735b8a0a6dc44c2fc567c8afcacd
1 using System;
3 class C<T>
5 public class Foo<U>
9 public class Simple
13 static Type foo = typeof (Foo<>);
14 static Type simple = typeof (Simple);
17 class M
19 public static void Main ()
21 new C<int> ();