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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -77,6 +77,19 @@ How often does this happen? Additional Information: + +------- Additional Comments From [EMAIL PROTECTED] 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
