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=80257 --- shadow/80257 2006-12-13 20:06:38.000000000 -0500 +++ shadow/80257.tmp.8610 2006-12-14 02:58:34.000000000 -0500 @@ -1,14 +1,14 @@ Bug#: 80257 Product: Mono: Compilers Version: 1.0 -OS: +OS: unknown OS Details: Status: NEW Resolution: -Severity: +Severity: Unknown Priority: Normal Component: C# AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -52,6 +52,15 @@ par.cs(19,13): error CS0654: Method `Do.MyGet()' is referenced without parentheses Compilation failed: 1 error(s), 0 warnings It builds fine with CSC 2 + +------- Additional Comments From [EMAIL PROTECTED] 2006-12-14 02:58 ------- +Some extra information. + +The problem is that the overload resolution process is picking: + +Register (object x) + +As the best method to match instead of the delegate one _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
