Fix DateTime.Now and CurrentTimeToUtc during DST transition time (#4172)
[mono-project.git] / mcs / tests / gtest-293.cs
blobb0d9fd5b1538a44ad47f910f4fe50cda4f9b83f4
1 using System;
2 using System.Collections.Generic;
4 public class Test<T>
6 public void Invalid (T item)
8 Other (new T[] {item});
11 public void Other (IEnumerable<T> collection)
16 class X
18 public static void Main ()
19 { }