1 // CS1624: The body of `X.Test(int)' cannot be an iterator block because `System.Collections.ArrayList' is not an iterator interface type
4 using System
.Collections
;
8 public static ArrayList
Test (int a
)
15 IEnumerable a
= Test (3);
16 Console
.WriteLine (a
);