[Mono-bugs] [Bug 60744][Blo] Changed - protected ctor not accessible in child class
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 25 Jun 2004 09:03:54 -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.8360 2004-06-25 09:03:54.000000000 -0400
@@ -1,20 +1,28 @@
Bug#: 60744
Product: Mono: Compilers
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
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.
+
+------- Additional Comments From Jeroen@xs4all.nl 2004-06-25 09:03 -------
+Bug.cs(22) error CS1501: No overload for method `A' takes `1' arguments
+Bug.cs(22) error CS1501: New invocation: Can not find a constructor in
+`A' for this argument list
+Bug.cs(23) error CS0165: Use of unassigned local variable `a'
+Compilation failed: 3 error(s), 0 warnings
+