Align libgc vcxproj with makefile.
[mono.git] / mcs / errors / cs0108-8.cs
index 86395366ecc8787cbdeb7bdc10d1bd43a0736545..38cfe450ddc9858b46e843f8f22c74e104b5e9ae 100644 (file)
@@ -1,5 +1,6 @@
-// cs0108.cs: The new keyword is required on 'Derived.Method()' because it hides inherited member
-// Line: 10
+// CS0108: `Derived.Method()' hides inherited member `Base.Method()'. Use the new keyword if hiding was intended
+// Line: 11
+// Compiler options: -warnaserror -warn:2
 
 class Base {
        public bool Method () { return false; }