[mcs] Reset also all partial parts current-type
[mono-project.git] / mcs / errors / cs1579.cs
blob6ed611a8fbf8ffd32e63246f2f662ba836751d26
1 // CS1579: foreach statement cannot operate on variables of type `X' because it does not contain a definition for `GetEnumerator' or is inaccessible
2 // Line: 11
4 class X {
7 class Y {
8 void yy (X b)
11 foreach (object a in b)