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:
authorMartin Baulig <martin@novell.com>2003-09-06 22:15:29 +0400
committerMartin Baulig <martin@novell.com>2003-09-06 22:15:29 +0400
commit8add181d9525ee1f68b2bbf3b302b23f445b160e (patch)
tree0e4ae0b0bfcea2aff14ceab1d8d2747635ee8ee9 /mcs/errors/errors.txt
parent2574057134f6bbd866ada04da22effd1515f8b83 (diff)
2003-09-06 Martin Baulig <martin@ximian.com>
* errors.txt: Added -216. svn path=/trunk/mcs/; revision=17946
Diffstat (limited to 'mcs/errors/errors.txt')
-rwxr-xr-xmcs/errors/errors.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/mcs/errors/errors.txt b/mcs/errors/errors.txt
index 9f084beac7b..0e71668dede 100755
--- a/mcs/errors/errors.txt
+++ b/mcs/errors/errors.txt
@@ -116,4 +116,6 @@ the Microsoft C# compiler:
-214 Generic class can not have attribute as its parent class
--215 Taking the address of a parameter in an iterator is not allowed. \ No newline at end of file
+-215 Taking the address of a parameter in an iterator is not allowed.
+
+-216 Can not use a type parameters as base class