[Mono-bugs] [Bug 68955][Nor] Changed - delegate with params array not handled correctly
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 21 Feb 2005 11:13:08 -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 rharinath@novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=68955
--- shadow/68955 2005-02-16 01:25:58.000000000 -0500
+++ shadow/68955.tmp.19697 2005-02-21 11:13:08.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 68955
Product: Mono: Compilers
Version: unspecified
OS: unknown
OS Details: Suse 9.1
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: rharinath@novell.com
ReportedBy: vgough@pobox.com
QAContact: mono-bugs@ximian.com
@@ -46,6 +46,10 @@
Steps to reproduce the problem:
1. define delegate taking multiple parameters (using 'params' keyword)
2. attempt to call delegate using any number of parameters..
3. see mcs barf
+
+------- Additional Comments From rharinath@novell.com 2005-02-21 11:13 -------
+Fixed in SVN.
+