[msvc] Update csproj files (#4128)
[mono.git] / mcs / errors / cs0136.cs
index 2e4abe1f70153f3d41c2caf6381b917ae47040d7..ea82bdc81414a54bfb160e9840e99a8f5405b6f0 100644 (file)
@@ -1,5 +1,6 @@
-// cs0136.cs: A local variable named `i' cannot be declared in this scope because it would give a different meaning to `i', which is already used in a `parent or current' scope to denote something else
-// Line: 8
+// CS0136: A local variable named `i' cannot be declared in this scope because it would give a different meaning to `i', which is already used in a `parent or current' scope to denote something else
+// Line: 9
+
 class X {
        void b ()
        {