Fix DateTime.Now and CurrentTimeToUtc during DST transition time (#4172)
[mono-project.git] / mcs / tests / gtest-552-lib.cs
blob4263ee6a2326ea5ecd803c18fe04d67239deb021
1 // Compiler options: -t:library
3 public class G<T> where T : G<T>.GPD
5 public interface IGD
9 public class GPD : IGD
11 public T GT;
13 public void Foo ()
19 public class H<T>
21 public class N<U, V> where U : H<T> where V : H<T>.M<V>
25 public class M<X>