Merge branch 'master' of http://github.com/mono/mono
[mono.git] / mcs / errors / cs1579-2.cs
index 3eb3e415d32d08813627d1d918fa7eeb5696c4f2..93ae2c1e76a6b39f691942cc386aa839c3c16a0c 100644 (file)
@@ -1,4 +1,4 @@
-// cs1579.cs: foreach statement cannot operate on variables of type 'Foo' because 'Foo' does not contain a public definition for 'GetEnumerator'
+// Cs1579: foreach statement cannot operate on variables of type `Foo' because it does not contain a definition for `GetEnumerator' or is inaccessible
 // Line: 12
 
 using System;
@@ -20,4 +20,4 @@ public class Foo
         {
                 return new ArrayList ().GetEnumerator ();
         }
-}
\ No newline at end of file
+}