[mcs] Allows shadowing of probing pattern variables
[mono.git] / mcs / errors / cs0136-2.cs
index 8cda4977e4365d5f6d812abf1cdfde52369eca77..63fb0cced54761c29f19aa5383b0068924dc972c 100644 (file)
@@ -1,5 +1,6 @@
-// cs0136-2.cs: A local variable named `j' cannot be declared in this scope because it would give a different meaning to `j', which is already used in a `method argument' scope to denote something else
-// Line: 5
+// CS0136: A local variable named `j' cannot be declared in this scope because it would give a different meaning to `j', which is already used in a `parent or current' scope to denote something else
+// Line: 7
+
 class X {
        public static void Bar (int j, params int [] args)
        {