X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs1579-2.cs;h=93ae2c1e76a6b39f691942cc386aa839c3c16a0c;hb=ae3b35aa23f89afc78957b808ee8112b3670c8c7;hp=e4baff11073332bed0aafbb6dac45e39dda04c0b;hpb=cccbf6a4b7152c24fafc319e77060a4723a8560e;p=mono.git diff --git a/mcs/errors/cs1579-2.cs b/mcs/errors/cs1579-2.cs index e4baff11073..93ae2c1e76a 100644 --- a/mcs/errors/cs1579-2.cs +++ b/mcs/errors/cs1579-2.cs @@ -1,4 +1,4 @@ -// cs1579-2.cs: foreach statement cannot operate on variables of type `Foo' because it does not contain a definition for `GetEnumerator' or is not accessible +// 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 +}