[Mono-bugs] [Bug 56442][Nor] Changed - delegate params wrong IL

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 3 Apr 2004 21:50:22 -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 tazforever@dlfp.org.

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

--- shadow/56442	2004-04-03 21:49:49.000000000 -0500
+++ shadow/56442.tmp.20013	2004-04-03 21:50:22.000000000 -0500
@@ -25,6 +25,11 @@
 
 FOO f = new FOO(foo);
 f(new object[] {1, "spam", 3.14});
 // args is {{{1, "spam", 3.14}}
 
 doesn't behave the same way : f gets the given object[] as args[0].
+
+------- Additional Comments From TazForEver@dlfp.org  2004-04-03 21:50 -------
+Created an attachment (id=7186)
+Params.cs
+