Merge pull request #5082 from kumpera/fix-ro-fs-file-delete
[mono.git] / mcs / errors / cs0108.cs
index ba5e3ec97b1ff9a0257ace9eb28f514b8e7ee845..18201bd0c49e0caf161c7448d9cc452e013148bf 100644 (file)
@@ -1,6 +1,6 @@
-// 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:1
+// Compiler options: -warnaserror -warn:2
 
 class Base {
        public void F () {}