Merge pull request #164 from LogosBible/AppSettingsFileChanges
[mono.git] / mcs / errors / cs0108-4.cs
index 74a9fa0b4c493a6008c9e47e8718abbf669a4ed4..d8ba1ace13a09baa1f3933e713f7ff054441f771 100644 (file)
@@ -1,5 +1,6 @@
-// cs0108.cs: The new keyword is required on 'Derived.Prop(int)' because it hides inherited member
-// Line: 13
+// CS0108: `Derived.Prop' hides inherited member `Base.Prop(int)'. Use the new keyword if hiding was intended
+// Line: 10
+// Compiler options: -warnaserror -warn:2
 
 class Base {
        public void Prop (int a) {}