1 // CS1503: Argument `#2' cannot convert `method group' expression to type `System.Collections.Generic.Comparer<int>'
5 using System
.Collections
.Generic
;
9 static void Foo
<T
>(T t
, Comparer
<T
> tc
)
13 static int Compare (int a
, int b
)
18 public static void Main ()