Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2004-09-01 21:55:44 +0400
committerMarek Safar <marek.safar@gmail.com>2004-09-01 21:55:44 +0400
commitc13aaee158a12577541cc1f5b31d5bebebdd396f (patch)
tree04be57e7c3d5c56cba2856249e1f34c0622def13 /mcs/errors/cs0108-2.cs
parentfe58636b54074d393f912df7f7e02719aeb4a5bb (diff)
2004-09-01 Marek Safar <marek.safar@seznam.cz>
* 20 new tests mainly for static classes. svn path=/trunk/mcs/; revision=33168
Diffstat (limited to 'mcs/errors/cs0108-2.cs')
-rw-r--r--mcs/errors/cs0108-2.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/errors/cs0108-2.cs b/mcs/errors/cs0108-2.cs
index a8fb740b7a7..7982d04ee04 100644
--- a/mcs/errors/cs0108-2.cs
+++ b/mcs/errors/cs0108-2.cs
@@ -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
interface BaseInterface {
void Test (bool arg);