Merge pull request #3769 from evincarofautumn/fix-verify-before-allocs
[mono.git] / mcs / errors / cs0108-2.cs
index 00c407ce69f8428f1172bb9031527d0aeec87c78..239b702ac492429cbaa571e61b2dd7d5271dc8ba 100644 (file)
@@ -1,4 +1,4 @@
-// cs0108-2.cs: The new keyword is required on 'Derived.Test(bool)' because it hides 'BaseInterface.Test(bool)'
+// CS0108: `Derived.Test(bool)' hides inherited member `BaseInterface.Test(bool)'. Use the new keyword if hiding was intended
 // Line: 9
 // Compiler options: -warnaserror -warn:2 -t:library