Bump API snapshot submodule
[mono.git] / mcs / errors / cs0114.cs
index f73a1566076f524aa21a59557424ab81d2079741..73d45ff8e268f599214277490c721eebdd6ab6cd 100644 (file)
@@ -1,5 +1,5 @@
-// 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
-// Line: 8
+// 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: 10
 // Compiler options: -warnaserror -warn:2
 
 public abstract class X {