2 using System
.Collections
.Generic
;
6 public static int Test
<T
, U
>(T a
, IComparable
<U
> b
) where T
: IComparable
<U
>
11 public static int Test_2
<T
>(IList
<T
> a
, T b
)
16 public static int Main ()
25 if (Test_2 (new int [0], d
) != 2)