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-02-19 02:26:15 +0300
committerMiguel de Icaza <miguel@gnome.org>2003-02-19 02:26:15 +0300
commit20a2b89c9a2083051fb0b212358544b1a3fbaa66 (patch)
tree16fad0851c41f4a35bbc28898def9ff32b3179c9 /mcs/errors/errors.txt
parente80a79859254ea123f2c52a56b75707ad40fb25c (diff)
Add another test file
svn path=/trunk/mcs/; revision=11707
Diffstat (limited to 'mcs/errors/errors.txt')
-rwxr-xr-xmcs/errors/errors.txt15
1 files changed, 14 insertions, 1 deletions
diff --git a/mcs/errors/errors.txt b/mcs/errors/errors.txt
index 027d2a5c931..dfb58ea1e2e 100755
--- a/mcs/errors/errors.txt
+++ b/mcs/errors/errors.txt
@@ -83,4 +83,17 @@ numbers, as they look nicer on the debugging output.
using System;
class X {}
--25 Generic parse error \ No newline at end of file
+-25 Generic parse error
+
+----------
+
+Errors that we have allocated that will have corresponding errors in
+the Microsoft C# compiler:
+
+-200 Constraints for class defined, but there is no parameter list.
+
+-201 Class containing main method is generic.
+
+-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