[mcs] Reset also all partial parts current-type
[mono-project.git] / mcs / errors / cs0446-2.cs
blob488f7a813d8ba38a0b74abdb85913b28c07a5a0d
1 // CS0446: Foreach statement cannot operate on a `anonymous method'
2 // Line: 8
4 class C
6 static void M ()
8 foreach (int i in delegate { } )