2004-05-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / mcs / errors / README.tests
index b4e6ca6295ca2329621a2532dd5d121a9f7b89f3..1091452de78c958b2a198d9d45fdc0fb2e1ce527 100644 (file)
@@ -23,3 +23,16 @@ Base types are less accessible than the current type.
 error-3.cs
 ----------
 Flow analysis: Check struct members.
+
+error-4.cs
+----------
+Ensure that we do not allow void types to be converted to anything else
+
+error-5.cs
+----------
+Catch invalid access to a private event of a class
+
+error-6.cs
+----------
+Catch invalid (multiple) assignments.
+