1 // CS0411: The type arguments for method `C.Foo<T>(IFoo<T>, IFoo<T>)' cannot be inferred from the usage. Try specifying the type arguments explicitly
3 // Compiler options: -langversion:future
11 public static void Foo
<T
> (IFoo
<T
> e1
, IFoo
<T
> e2
)
15 public static void Main ()
18 IFoo
<object> b
= null;