[Mono-bugs] [Bug 75461][Nor] Changed - [GMCS] type inference wrt. delegate / anonymous method

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Jul 6 11:05:56 EDT 2005


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 martin at ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=75461

--- shadow/75461	2005-07-06 11:05:00.000000000 -0400
+++ shadow/75461.tmp.22539	2005-07-06 11:05:56.000000000 -0400
@@ -27,6 +27,12 @@
 }
 
 While csc v2 does.
 
 ------- Additional Comments From martin at ximian.com  2005-07-06 11:04 -------
 Fixed in SVN; added gtest-184.cs and gcs0411-7.cs.
+
+------- Additional Comments From martin at ximian.com  2005-07-06 11:05 -------
+To make things clear: we do *not* perform type inference on the
+delegate / anonymous method argument, only on the other one and then
+check whether the anonymous method is compatible with that.  That's
+what the gcs0411-7.cs error test case is for.


More information about the mono-bugs mailing list