[Mono-bugs] [Bug 48800][Nor] Changed - delegate fields break compiler
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 24 Sep 2003 02:09:42 -0400 (EDT)
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 mass@akuma.org.
http://bugzilla.ximian.com/show_bug.cgi?id=48800
--- shadow/48800 2003-09-24 02:04:41.000000000 -0400
+++ shadow/48800.tmp.26125 2003-09-24 02:09:42.000000000 -0400
@@ -33,6 +33,11 @@
The error appears to be in New.DoResolve - this DoResolve implementation
detects if the object was previously resolved, as a fix for bug #37014.
However, New does not return this if the object being created is a
delegate - it returns whatever the resolve() on NewDelegate returns on
first call, and a non-resolved 'this' of type New on subsequent calls.
+
+------- Additional Comments From mass@akuma.org 2003-09-24 02:09 -------
+Created an attachment (id=5410)
+This patch allows the program example to compile.
+