[Mono-bugs] [Bug 52146][Min] Changed - [PATCH] MCS does not respect private ctors
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 27 Apr 2004 18:45:48 -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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=52146
--- shadow/52146 2004-04-27 14:07:18.000000000 -0400
+++ shadow/52146.tmp.27465 2004-04-27 18:45:48.000000000 -0400
@@ -11,13 +11,13 @@
AssignedTo: rharinath@novell.com
ReportedBy: bmaurer@users.sf.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: MCS does not respect private ctors
+Summary: [PATCH] MCS does not respect private ctors
Description of Problem:
If a class has a private ctor, it cant be used.
Steps to reproduce the problem: