[Mono-bugs] [Bug 357047] Invalid ambiguous method error with extension methods
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sat Feb 2 16:10:51 EST 2008
https://bugzilla.novell.com/show_bug.cgi?id=357047
User msafar at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=357047#c2
Marek Safar <msafar at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |msafar at novell.com
AssignedTo|mono-bugs at lists.ximian.com |msafar at novell.com
Status|NEW |ASSIGNED
--- Comment #2 from Marek Safar <msafar at novell.com> 2008-02-02 14:10:49 MST ---
Thanks for the patch. However it's quite incorrect due to 2 reasons.
1. There is no need to infer already inferred types.
2. You cannot rely on the fact that the last type argument is return type in
fact the delegate itself can be non-generic.
We are missing this part completely and if you are interested in implementation
of this feature let me know (part of section 7.4.3.3 in C# 3.0 standard).
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list