[packaging/msbuild] Bump to get new changes on xplat-master
[mono.git] / mcs / errors / cs1579.cs
index 16105549990fdee051d9ab9a53fc934376e0e2ee..6ed611a8fbf8ffd32e63246f2f662ba836751d26 100644 (file)
@@ -1,5 +1,6 @@
-// cs1579.cs: foreach statement cannot operate on variables of type `X' because it does not contain a definition for `GetEnumerator' or is not accessible
-// Line: 10
+// CS1579: foreach statement cannot operate on variables of type `X' because it does not contain a definition for `GetEnumerator' or is inaccessible
+// Line: 11
+
 class X {
 }