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>2003-04-21 10:16:36 +0400
committerMiguel de Icaza <miguel@gnome.org>2003-04-21 10:16:36 +0400
commitc3d9e2920edc6bd2c07f8ffcf3f6b99b2bb5304e (patch)
tree33a743d08294424aa9ff10c0699a4818b9a47497 /mcs/errors/errors.txt
parentf60bb6f671addf72a4228a90b35bcba8615a4b7b (diff)
Add new error
svn path=/trunk/mcs/; revision=13840
Diffstat (limited to 'mcs/errors/errors.txt')
-rwxr-xr-xmcs/errors/errors.txt15
1 files changed, 6 insertions, 9 deletions
diff --git a/mcs/errors/errors.txt b/mcs/errors/errors.txt
index dfb58ea1e2e..d9a7a74f5b3 100755
--- a/mcs/errors/errors.txt
+++ b/mcs/errors/errors.txt
@@ -33,8 +33,6 @@ numbers, as they look nicer on the debugging output.
-10 User-defined conversion cannot convert between types that derive
from each other.
--11 Delegate creation expression takes only one argument
-
-12 More than one integral conversion exists for the type on a
switch statement.
@@ -77,14 +75,10 @@ numbers, as they look nicer on the debugging output.
return type of a method
-6024 Unused `using' statement
-
- Sample:
- using System;
- class X {}
-
-25 Generic parse error
+-26 Corlib compilation is not supported in MS.NET
+
----------
Errors that we have allocated that will have corresponding errors in
@@ -96,4 +90,7 @@ the Microsoft C# compiler:
-202 Can not use a type parameter in an attribute.
--203 Can not use type parameters as unmanaged types. \ No newline at end of file
+-203 Can not use type parameters as unmanaged types.
+
+-204 yield statement in something which is not a method-body,
+ accessor-body or operator-body