2003-09-06 Martin Baulig <martin@ximian.com>
authorMartin Baulig <martin@novell.com>
Sat, 6 Sep 2003 18:15:29 +0000 (18:15 -0000)
committerMartin Baulig <martin@novell.com>
Sat, 6 Sep 2003 18:15:29 +0000 (18:15 -0000)
* errors.txt: Added -216.

svn path=/trunk/mcs/; revision=17946

mcs/errors/ChangeLog
mcs/errors/errors.txt

index 5f91ed8f628500db0a166836e392f13ffd090953..5da043e718fbea720071761f0c096944a97aa76e 100644 (file)
@@ -1,3 +1,7 @@
+2003-09-06  Martin Baulig  <martin@ximian.com>
+
+       * errors.txt: Added -216.
+
 2003-08-28 Ben Maurer  <bmaurer@users.sourceforge.net>
 
        * cs0666.xml: added sample xml file for monodoc error provider.
index 9f084beac7b64a42204f157a3f7c93ff9be30e6a..0e71668dedee722ae3cfcab2b8c54979eacdbf44 100755 (executable)
@@ -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