Merge pull request #82 from Unity-Technologies/master-gc-race
[mono.git] / mcs / errors / cs0114.cs
index f73a1566076f524aa21a59557424ab81d2079741..88ac3599f2cc5793c5a12dd9db582ce4c51b58b5 100644 (file)
@@ -1,4 +1,4 @@
-// cs0114.cs: `Y.XX()' hides inherited member `X.XX()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
+// CS0114: `Y.XX()' hides inherited member `X.XX()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
 // Line: 8
 // Compiler options: -warnaserror -warn:2