2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0446-2.cs
blob0a1abc36eceaa4803bccac8070cd7ee01b9a3e20
1 // cs0446.cs: Foreach statement cannot operate on a `anonymous method'
2 // Line: 8
4 class C
6 static void M ()
8 foreach (int i in delegate { } )