Fix DateTime.Now and CurrentTimeToUtc during DST transition time (#4172)
[mono-project.git] / mcs / tests / test-837.cs
blob67040d2bf4457ec17c075a02c3c4268ef4e71b6a
1 namespace TT
3 class GG
8 namespace TT
10 namespace A
12 using GG = System.DateTime;
14 namespace X.Y
16 class X
18 public static void Main ()
20 System.DateTime dt = new GG ();