[Mono-bugs] [Bug 52496][Wis] Changed - Error CS0071 is not reported nicely.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 7 Jan 2004 10:42:23 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by miguel@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=52496

--- shadow/52496	2004-01-05 18:01:23.000000000 -0500
+++ shadow/52496.tmp.8780	2004-01-07 10:42:23.000000000 -0500
@@ -11,13 +11,13 @@
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: bmaurer@users.sf.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: We do not report CS0068 well
+Summary: Error CS0071 is not reported nicely.
 
 interface I
 {
 	event System.Delegate d = null;
 }
 
@@ -97,6 +97,9 @@
 
 
 
 ------- Additional Comments From miguel@ximian.com  2004-01-05 18:01 -------
 You should not use a single bug report for different errors, even if
 they appear related.
+
+------- Additional Comments From miguel@ximian.com  2004-01-07 10:42 -------
+The first two have been fixed, the last one has not.