X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ferrors%2Fcs0108-6.cs;h=e91276f94178c911140f0755bc8a364e4ab52000;hb=ab0b591ca59d99a2370bf9f579b091c5edf09ae5;hp=466fd42b1341d1933c12e65bac04ae4aad8605aa;hpb=da4f9e9b2afb23791029d0bb09d78b868aabd870;p=mono.git diff --git a/mcs/errors/cs0108-6.cs b/mcs/errors/cs0108-6.cs index 466fd42b134..e91276f9417 100644 --- a/mcs/errors/cs0108-6.cs +++ b/mcs/errors/cs0108-6.cs @@ -1,4 +1,4 @@ -// cs0108-6.cs: `Derived.Prop' hides inherited member `Base.Prop'. Use the new keyword if hiding was intended +// CS0108: `Derived.Prop' hides inherited member `Base.Prop'. Use the new keyword if hiding was intended // Line: 14 // Compiler options: -warnaserror -warn:2