[Mono-bugs] [Bug 71582][Maj] Changed - [PATCH] mcs/gmcs partial types with a destructor fail to compile

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 21 Jan 2005 14:02:34 -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 alp@atoker.com.

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

--- shadow/71582	2005-01-21 13:56:56.000000000 -0500
+++ shadow/71582.tmp.32008	2005-01-21 14:02:34.000000000 -0500
@@ -26,6 +26,11 @@
 
 ./src/gtk-src/Window.cs(16) error CS0575: Destructors are only allowed in
 class types
 
 The attached patches to the parser jay source fix the problem. Test case
 also provided.
+
+------- Additional Comments From alp@atoker.com  2005-01-21 14:02 -------
+Created an attachment (id=13853)
+Patch to mcs to permit a destructor in a partial type
+