error messages review
[mono.git] / mcs / errors / cs0136-2.cs
index 6776a24d8d9ce0c5108286657711e31f5af9229a..95b7ea3f183671c6f3d147371d0e12d58ae5cd9a 100644 (file)
@@ -1,4 +1,4 @@
-// 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 `parent or current' scope to denote something else
+// 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
 // Line: 5
 class X {
        public static void Bar (int j, params int [] args)