[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 14:37:00 -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 bmaurer@users.sf.net.

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

--- shadow/60744	2004-06-25 09:19:33.000000000 -0400
+++ shadow/60744.tmp.12314	2004-06-25 14:37:00.000000000 -0400
@@ -31,6 +31,18 @@
 Created an attachment (id=8347)
 Bug.cs
 
 
 ------- Additional Comments From Jeroen@xs4all.nl  2004-06-25 09:19 -------
 This is with mono beta 3 (or a CVS HEAD build after that)
+
+------- Additional Comments From bmaurer@users.sf.net  2004-06-25 14:37 -------
+CSC 2.0 says:
+
+Microsoft (R) Visual C# .NET Compiler version 8.00.40426.16
+for Microsoft (R) Windows (R) .NET Framework version 2.0.40426
+Copyright (C) Microsoft Corporation 2001-2003. All rights reserved.
+ 
+Bug.cs(22,10): error CS1540: Cannot access protected member 'A.A(A)'
+via a qualifier of type 'A'; the qualifier must be of type 'B' (or
+derived from it)
+