[Mono-bugs] [Bug 56442][Wis] Changed - Incorect behavior with params + delegates
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 4 Apr 2004 11:32:41 -0400 (EDT)
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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=56442
--- shadow/56442 2004-04-03 21:50:50.000000000 -0500
+++ shadow/56442.tmp.27756 2004-04-04 11:32:41.000000000 -0400
@@ -1,23 +1,23 @@
Bug#: 56442
Product: Mono: Compilers
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
-Priority: Normal
+Severity: Unknown
+Priority: Wishlist
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: TazForEver@dlfp.org
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: delegate params wrong IL
+Summary: Incorect behavior with params + delegates
Mono C# compiler version 0.29.99.0
public delegate void FOO(params object[] args);
foo(new object[] {1, "spam", 3.14});
@@ -35,6 +35,9 @@
------- Additional Comments From TazForEver@dlfp.org 2004-04-03 21:50 -------
Created an attachment (id=7187)
Params.exe
+
+------- Additional Comments From bmaurer@users.sf.net 2004-04-04 11:32 -------
+can repro this on cvs, and verified MS does it the way you want.