[mcs] Add new test
[mono.git] / mcs / errors / cs0108.cs
index ac1df1a1d1da1b5aac3f7721aa629811968349f2..18201bd0c49e0caf161c7448d9cc452e013148bf 100644 (file)
@@ -1,4 +1,4 @@
-// cs0108.cs: The new keyword is required on MEMBER because it hides MEMBER2
+// CS0108: `Derived.F()' hides inherited member `Base.F()'. Use the new keyword if hiding was intended
 // Line:
 // Compiler options: -warnaserror -warn:2