[Mono-bugs] [Bug 60744][Blo] New - protected ctor not accessible in child class
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 25 Jun 2004 09:03:11 -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 jeroen@xs4all.nl.
http://bugzilla.ximian.com/show_bug.cgi?id=60744
--- shadow/60744 2004-06-25 09:03:11.000000000 -0400
+++ shadow/60744.tmp.8346 2004-06-25 09:03:11.000000000 -0400
@@ -0,0 +1,20 @@
+Bug#: 60744
+Product: Mono: Compilers
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Blocker
+Component: C#
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: Jeroen@xs4all.nl
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: protected ctor not accessible in child class
+
+See http://www.xs4all.nl/~jeroen/Bug.cs. This code is used in NAnt and
+doesn't compile with mcs. It seems to compile fine with the MS tools.