[Mono-bugs] [Bug 77164][Nor] New - "params" keyworld problem in delegates

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Jan 5 10:54:40 EST 2006


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 michal.kovac.develop at centrum.cz.

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

--- shadow/77164	2006-01-05 10:54:40.000000000 -0500
+++ shadow/77164.tmp.24114	2006-01-05 10:54:40.000000000 -0500
@@ -0,0 +1,32 @@
+Bug#: 77164
+Product: Mono: Compilers
+Version: 1.1
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: C#
+AssignedTo: rharinath at novell.com                            
+ReportedBy: michal.kovac.develop at centrum.cz               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: "params" keyworld problem in delegates
+
+When you compile this code on Mono (by both gmcs and mcs):
+
+using System;
+
+namespace TestNamespace
+{
+    public class TestClass
+    {
+        public delegate float NotWorkingDelegate(float point, params object
+[] hiddenParams);
+    }
+}
+
+compiler ends with exception.


More information about the mono-bugs mailing list