[Mono-bugs] [Bug 52596][Wis] Changed - The default ctor of an abstract type should be protected
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 7 Jan 2004 00:59:04 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=52596
--- shadow/52596 2004-01-04 23:30:32.000000000 -0500
+++ shadow/52596.tmp.32179 2004-01-07 00:59:04.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 52596
Product: Mono/Compilers
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Wishlist
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: bmaurer@users.sf.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -37,6 +37,9 @@
17.10.4: Default constructors:
`If the class is abstract then the declared accessibility for the default
constructor is protected. Otherwise, the declared accessibility for the
default constructor is public.'
+
+------- Additional Comments From miguel@ximian.com 2004-01-07 00:59 -------
+Fixed on CVS.