[Mono-bugs] [Bug 71301][Nor] Changed - BaseType for Interfaces created from TypeBuilder should be null.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 14 Jan 2005 20:03:01 -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 grompf@sublimeintervention.com.
http://bugzilla.ximian.com/show_bug.cgi?id=71301
--- shadow/71301 2005-01-14 19:26:15.000000000 -0500
+++ shadow/71301.tmp.15086 2005-01-14 20:03:01.000000000 -0500
@@ -42,6 +42,11 @@
TypeBuilder tb3 = module.DefineType ("TT", TypeAttributes.Interface |
TypeAttributes.Abstract);
if (tb3.BaseType != null)
Console.WriteLine ("Failure");
}
}
+
+------- Additional Comments From grompf@sublimeintervention.com 2005-01-14 20:03 -------
+Created an attachment (id=13728)
+patch
+