[Mono-bugs] [Bug 60730][Nor] Changed - Member access from a nested class member allowed

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 25 Jun 2004 01:26:16 -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 mkestner@ximian.com.

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

--- shadow/60730	2004-06-25 01:19:53.000000000 -0400
+++ shadow/60730.tmp.4204	2004-06-25 01:26:16.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 60730
 Product: Mono: Compilers
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: mkestner@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -22,6 +22,11 @@
 fair game in mcs-land.
 
 ------- Additional Comments From mkestner@ximian.com  2004-06-25 01:19 -------
 Created an attachment (id=8339)
 test case
 
+
+------- Additional Comments From mkestner@ximian.com  2004-06-25 01:26 -------
+oops, sorry first example was crack.  this one shows what I meant. 
+Access to the commented Bar prop reports the error properly, but the
+Foo prop on the superclass is fair game.