[Mono-bugs] [Bug 66242][Nor] Changed - [PATCH] TypeBuilder does not throw exception when defining default ctor and parent does not have default ctor
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 19 Sep 2004 14:50:15 -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 gert.driesen@pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=66242
--- shadow/66242 2004-09-19 14:49:32.000000000 -0400
+++ shadow/66242.tmp.11790 2004-09-19 14:50:15.000000000 -0400
@@ -18,6 +18,11 @@
Currently, S.R.E.TypeBuilder does not a NotSupportedException when create
a type with a default constructor, while the parent does not have a
default.
The attached patch corrects this, and adds a test case for it.
+
+------- Additional Comments From gert.driesen@pandora.be 2004-09-19 14:50 -------
+Created an attachment (id=10833)
+patch for TypeBuilder + test
+