1 // CS1929: Type `System.Collections.IList' does not contain a member `Frobnicate' and the best extension method overload `Extensions.Frobnicate<Test>(this Test)' requires an instance of type `Test'
5 using System
.Collections
;
7 static class Extensions
9 public static void Frobnicate
<T
> (this T foo
) where T
: IList
20 mFoo
.Frobnicate
<Test
> ();