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:
authorMiguel de Icaza <miguel@gnome.org>2002-01-18 03:31:21 +0300
committerMiguel de Icaza <miguel@gnome.org>2002-01-18 03:31:21 +0300
commitaf5735d1154c26e04a7421b7705b90f1ed8352ba (patch)
tree04b4372412908248dfab52fda5227262e22d644c /mcs/errors/cs0216.cs
parent7ef49ff877da0600aa1bea5c281969ecb1abcac0 (diff)
Fix errors, so the compiler can focus on reporting the right error
svn path=/trunk/mcs/; revision=2034
Diffstat (limited to 'mcs/errors/cs0216.cs')
-rw-r--r--mcs/errors/cs0216.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/errors/cs0216.cs b/mcs/errors/cs0216.cs
index 9511e701328..c218c51f20d 100644
--- a/mcs/errors/cs0216.cs
+++ b/mcs/errors/cs0216.cs
@@ -3,6 +3,7 @@
class X {
public static X operator < (X a, int b)
{
+ return null;
}
}