https://bugzilla.novell.com/show_bug.cgi?id=337712#c3
--- Comment #3 from Marek Safar <[EMAIL PROTECTED]> 2007-11-05 03:19:09 MST --- This issue is that we are missing method overloading resolution for delegates completely. The quick hack would be to swap order of f2 methods because the last method which is convertible wins The correct fix is to use method overloading mechanism which we have inside MethodGroupExpr but that will require some refactoring and this means it can be too risky fix before 1.2.6. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
