1 // Compiler options: -warn:4 -warnaserror
4 using System
.Collections
;
8 internal object TestMethod (TestCollection t
)
10 foreach (object x
in t
)
17 public static void Main ()
22 interface ITestCollection
: IEnumerable
24 new IEnumerator
GetEnumerator ();
27 interface TestCollection
: ITestCollection