[Mono-bugs] [Bug 78965][Nor] Changed - Missing error CS1540

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Jul 28 06:10:07 EDT 2006


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 kornelpal at gmail.com.

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

--- shadow/78965	2006-07-28 05:13:13.000000000 -0400
+++ shadow/78965.tmp.23320	2006-07-28 06:10:07.000000000 -0400
@@ -2,13 +2,13 @@
 Product: Mono: Compilers
 Version: 1.1
 OS: All
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: rharinath at novell.com                            
 ReportedBy: contact at i-nz.net               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -76,6 +76,13 @@
 
 How often does this happen? 
 Always
 
 Additional Information:
 Tested with SVN HEAD.
+
+------- Additional Comments From kornelpal at gmail.com  2006-07-28 06:10 -------
+Using ((B)a).Property makes the code compile. This means that - as 
+usual - nested types only have access to the private/protected 
+members of their declaring type. They can access inherited members 
+of their declaring class but cannot access the same base class 
+members when a different class is derived from the base class.


More information about the mono-bugs mailing list