1 // CS0121: The call is ambiguous between the following methods or properties: `IList.Count()' and `ICounter.Count()'
21 interface IListCounter
: IList
, ICounter
, ICollection
25 interface IListCounterNew
: IListCounter
31 static void Foo (IListCounterNew t
)