X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0114.cs;h=73d45ff8e268f599214277490c721eebdd6ab6cd;hb=b08c54265b20d914bd3a5f1c0f7a8ad606411c6e;hp=f73a1566076f524aa21a59557424ab81d2079741;hpb=93703b4ef8bdcf1d6cf336e14f534454221730c5;p=mono.git diff --git a/mcs/errors/cs0114.cs b/mcs/errors/cs0114.cs index f73a1566076..73d45ff8e26 100644 --- a/mcs/errors/cs0114.cs +++ b/mcs/errors/cs0114.cs @@ -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 {