Merge pull request #3586 from henricm/fix-win-uri-tests
[mono.git] / mcs / errors / cs0136.cs
index 9664a32974659fe649468e4a76eb9cdb76d9d28d..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' 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 ()
        {