[msvc] Update csproj files (#4846)
[mono.git] / mcs / errors / cs0026.cs
old mode 100755 (executable)
new mode 100644 (file)
index e4b5ca7..7381182
@@ -1,4 +1,4 @@
-// cs0026: use of this is not allowed in static methods
+// CS0026: Keyword `this' is not valid in a static property, static method, or static field initializer
 // Line: 6
 class X {
        static void A ()