Merge pull request #5675 from mono/glib-debug-symbols
[mono.git] / mcs / errors / cs0108-7.cs
index cfb4925b62b95d67396061547bf175a5888fb606..83adb25f1b029ef58cdbae7394202f27e9ae130f 100644 (file)
@@ -1,5 +1,6 @@
-// cs0108.cs: The new keyword is required on 'Derived.Prop because it hides inherited member
+// CS0108: `Derived.Prop(bool)' hides inherited member `Base.Prop'. Use the new keyword if hiding was intended
 // Line: 13
+// Compiler options: -warnaserror -warn:2
 
 class Base {
        public bool Prop = false;