Review feedback + drop VS2013 support.
[mono.git] / mcs / errors / cs0136-2.cs
old mode 100755 (executable)
new mode 100644 (file)
index 4dc9d54..63fb0cc
@@ -1,5 +1,6 @@
-// cs0136.cs: local variable j can not be declared, because there is something with that name already
-// 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)
        {