[Mono-bugs] [Bug 77440][Nor] Changed - [ANONYMOUS METHODS] Check test-anon-27.cs (FIXED)

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Sep 8 10:54:16 EDT 2006


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=77440

--- shadow/77440	2006-08-31 14:24:59.000000000 -0400
+++ shadow/77440.tmp.8337	2006-09-08 10:54:16.000000000 -0400
@@ -25,6 +25,9 @@
 In the particular case of test-anon-27 the issue is that since the method
 itself does not capture any variables, the compiler places the method
 side-by-side the method that creates the anonymous method.
 
 The problem is that the method has one of its local variables captured, so
 it should be hosted inside the class that holds the helper local variable.
+
+------- Additional Comments From martin at ximian.com  2006-09-08 10:54 -------
+Fixed by the new code.


More information about the mono-bugs mailing list