2010-04-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0642-4.cs
blob4025f6bac3507bb0fa4e1e02e571ce188d759941
1 // cs0642-4.cs: Possible mistaken empty statement
2 // Line: 9
3 // Compiler options: -warnaserror -warn:3
5 public class C
7 public void Test (System.Collections.IEnumerable e)
9 foreach (object o in e);
10 { }