[Mono-bugs] [Bug 52146][Wis] Changed - MCS does not respect private ctors
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 14 Dec 2003 10:35:21 -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=52146
--- shadow/52146 2003-12-13 18:33:06.000000000 -0500
+++ shadow/52146.tmp.18377 2003-12-14 10:35:21.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 52146
Product: Mono/Compilers
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: bmaurer@users.sf.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -31,6 +31,11 @@
Expected Results:
No compile.
Additional Information:
Is it also a runtime bug that this program runs?
+
+------- Additional Comments From miguel@ximian.com 2003-12-14 10:35 -------
+We should basically check things on the class base declaration:
+
+A.A() is inaccessible due to its protection level