[Mono-bugs] [Bug 81414][Wis] Changed - rubynet-76037 build error

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Apr 22 04:55:09 EDT 2007


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 steveb at mindtouch.com.

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

--- shadow/81414	2007-04-21 05:18:25.000000000 -0400
+++ shadow/81414.tmp.12494	2007-04-22 04:55:09.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 81414
 Product: Mono: Tools
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: tools
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: hys545 at dreamwiz.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -77,6 +77,19 @@
 
 
 How often does this happen? 
 
 
 Additional Information:
+
+------- Additional Comments From steveb at mindtouch.com  2007-04-22 04:55 -------
+Following code causes the same exception (tested with 'gmcs'):
+
+-------------
+public class Test {
+     public static void Main(string[] argS) { }
+     private delegate object ExtensionHandler(params object[] args);
+}
+-------------
+
+This exception does not occur when removing 'params' from the delegate
+declaration.


More information about the mono-bugs mailing list