1 // Compiler options: -langversion:future
4 using System
.Collections
.Generic
;
12 static void Foo
<T
> (T a
, IList
<T
> c
)
16 public static void Test ()
18 Foo ("aaaa", new object[0]);
24 static void Foo
<T
> (T a
, I
<T
> c
)
28 static void Test
<U
> (U u
, I
<U
> x
)
36 public static int Main ()