Fix DateTime.Now and CurrentTimeToUtc during DST transition time (#4172)
[mono-project.git] / mcs / tests / gtest-031.cs
blob28184e613ac887f227bb2cd6dc860cd641071b67
1 // Compiler options: -r:gtest-031-lib.dll
3 public class X
5 public static void Test (Bar<int,string> bar)
7 bar.Hello ("Test");
8 bar.Test (7, "Hello");
11 public static void Main ()
12 { }