Fix DateTime.Now and CurrentTimeToUtc during DST transition time (#4172)
[mono-project.git] / mcs / tests / gtest-518.cs
blobcbbfeb20684536cbaa9c4cb79e8cce2ea17bc423
1 class Top<X>
3 public class C : I1<int>
7 interface I1<T> : I2<T>
11 interface I2<U>
16 class M
18 public static int Main ()
20 return 0;