[Mono-bugs] [Bug 73820][Wis] Changed - Cannot compile delegates with a parameter using 'params'

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 17 Mar 2005 20:13:44 -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=73820

--- shadow/73820	2005-03-17 18:11:38.000000000 -0500
+++ shadow/73820.tmp.3041	2005-03-17 20:13:44.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 73820
 Product: Mono: Compilers
 Version: 1.1
 OS: GNU/Linux [Other]
 OS Details: gentoo
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Wishlist
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: eto@shaw.ca               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -47,6 +47,10 @@
     public void DoSomethingFunny()
     {
         if (DoSomething != null) DoSomething(this, "hello there", "my 
 friend");
     }
 }
+
+------- Additional Comments From miguel@ximian.com  2005-03-17 20:13 -------
+This works with Mono SVN HEAD.
+