[msvc] Update csproj files (#4846)
[mono.git] / mcs / errors / cs0128.cs
old mode 100755 (executable)
new mode 100644 (file)
index 09a3d04..fcdd162
@@ -1,5 +1,5 @@
-// cs0128: a local variable named `x' is already defined in this scope
-// Line:
+// CS0128: A local variable named `x' is already defined in this scope
+// Line: 8
 
 class x {
        static int y ()