https://bugzilla.novell.com/show_bug.cgi?id=357047
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=357047#c1 --- Comment #1 from Casey Marshall <[EMAIL PROTECTED]> 2008-01-31 17:45:14 MST --- Created an attachment (id=192676) --> (https://bugzilla.novell.com/attachment.cgi?id=192676) Patch that fixes the test case This patch seems to fix this test case, at least. It does tie-breaking by choosing the function whose argument has an exact return value match of the inferred return value of the anonymous method. In other words, Func<T, double> is a better match than Func<T, double?>, if we infer that the anonymous method returns a double. I'm not sure if this is the correct place to do this check, or if this is the best way to go about it. Comments welcome. -- 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
