2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / errors / cs0108-2.cs
index a8fb740b7a7d9493977a62fa91d1fbfbf9bfba5c..7df3c8a8237cbe8e3045560dc409c6cadc421e4a 100644 (file)
@@ -1,5 +1,6 @@
 // cs0108-2.cs: The new keyword is required on 'Derived.Test(bool)' because it hides 'BaseInterface.Test(bool)'
 // Line: 9
+// Compiler options: -warnaserror -warn:1 -t:library
 
 interface BaseInterface {
        void Test (bool arg);
@@ -7,4 +8,4 @@ interface BaseInterface {
 
 interface Derived : BaseInterface {
        void Test (bool arg);
-}
\ No newline at end of file
+}