[Mono-bugs] [Bug 52146][Min] Changed - [PATCH] MCS does not respect private ctors

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 28 Apr 2004 22:37:26 -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 martin@ximian.com.

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

--- shadow/52146	2004-04-28 09:27:09.000000000 -0400
+++ shadow/52146.tmp.16492	2004-04-28 22:37:26.000000000 -0400
@@ -8,13 +8,13 @@
 Severity: Unknown
 Priority: Minor
 Component: C#
 AssignedTo: rharinath@novell.com                            
 ReportedBy: bmaurer@users.sf.net               
 QAContact: mono-bugs@ximian.com
-TargetMilestone: ---
+TargetMilestone: V1
 URL: 
 Cc: 
 Summary: [PATCH] MCS does not respect private ctors
 
 Description of Problem:
 If a class has a private ctor, it cant be used.