[Mono-bugs] [Bug 27050][Nor] Changed - only static delegates are parsed

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
26 Jun 2002 15:07:14 -0000


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 michael@ximian.com.

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

--- shadow/27050	Wed Jun 26 10:59:36 2002
+++ shadow/27050.tmp.27992	Wed Jun 26 11:07:14 2002
@@ -1,14 +1,14 @@
 Bug#: 27050
 Product: Mono/MCS
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: NOTABUG
+Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: michael@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -38,6 +38,9 @@
 		DelegateType adelegate = new DelegateType (testFoo);
 		adelegate ();
 	}
 }
 
 This doesn't compile with mcs.
+
+------- Additional Comments From michael@ximian.com  2002-06-26 11:07 -------
+argh, this is just me mis-understanding delegates, sigh :-)