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>2004-01-31 06:49:33 +0300
committerMiguel de Icaza <miguel@gnome.org>2004-01-31 06:49:33 +0300
commit4181b234fdd380b3e013fc637bf7b356e35f34c4 (patch)
tree07997042db13ebeb70c36af0dc437fdbecd73963 /mcs/errors/errors.txt
parent9bcc7e763351849f7033f0e3d934fdbf9e1e64ae (diff)
Update error list
svn path=/trunk/mcs/; revision=22631
Diffstat (limited to 'mcs/errors/errors.txt')
-rwxr-xr-xmcs/errors/errors.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/mcs/errors/errors.txt b/mcs/errors/errors.txt
index ae7ca5b2fe0..5453183e89a 100755
--- a/mcs/errors/errors.txt
+++ b/mcs/errors/errors.txt
@@ -127,3 +127,7 @@ the Microsoft C# compiler:
-219 Type argument doesn't meet constraints.
-220 Cannot resolve constructed type
+
+-221 params modifier present in anonymous method declaration
+
+-222 yield statement only available in C# 2.0 mode \ No newline at end of file