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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 27 Apr 2004 14:07:18 -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 pcgod@gmx.net.

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

--- shadow/52146	2004-04-27 11:33:23.000000000 -0400
+++ shadow/52146.tmp.22588	2004-04-27 14:07:18.000000000 -0400
@@ -55,6 +55,11 @@
     private A () {}
     class Nested : A {
     }
 }
 
 Because a nested class can see private members of its parent class.
+
+------- Additional Comments From pcgod@gmx.net  2004-04-27 14:07 -------
+Created an attachment (id=7510)
+updated patch
+