X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0103.cs;h=3aadeaaf5d665cc8d40725cfc4db0a16fc656417;hb=77515455734ec5dc00f4550a60a394f8b5a2a36a;hp=b86707d574c8ac3848852383655e4b33469cfd1f;hpb=0abc2e6270020edc4a5b4c66f93b4ae582815f20;p=mono.git diff --git a/mcs/errors/cs0103.cs b/mcs/errors/cs0103.cs index b86707d574c..3aadeaaf5d6 100644 --- a/mcs/errors/cs0103.cs +++ b/mcs/errors/cs0103.cs @@ -1,9 +1,9 @@ -// cs0103.cs: The name 'count' does not exist in the class or namespace 'ClassMain' -// Line: 6 - -class ClassMain { - public static void Main () { - count++; - } -} - +// CS0103: The name `count' does not exist in the current context +// Line: 6 + +class ClassMain { + public static void Main () { + count++; + } +} +