[Mono-bugs] [Bug 52933][Nor] Changed - mcs incorrectly inserts finalizer boilerplace in Finalize methods
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 16 Jan 2004 06:42:04 -0500 (EST)
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 lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=52933
--- shadow/52933 2004-01-16 06:37:03.000000000 -0500
+++ shadow/52933.tmp.8682 2004-01-16 06:42:04.000000000 -0500
@@ -72,6 +72,9 @@
public class B {
public static void Main( string[] args ) {
A a = new A();
a.Finalize();
}
}
+
+------- Additional Comments From lupus@ximian.com 2004-01-16 06:42 -------
+*** Bug 52931 has been marked as a duplicate of this bug. ***