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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 28 Jun 2004 06:15:37 -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 rharinath@novell.com.

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

--- shadow/60730	2004-06-28 01:16:02.000000000 -0400
+++ shadow/60730.tmp.12519	2004-06-28 06:15:37.000000000 -0400
@@ -11,13 +11,13 @@
 AssignedTo: rharinath@novell.com                            
 ReportedBy: mkestner@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: Member access from a nested class member allowed
+Summary: [PATCH] Member access from a nested class member allowed
 
 The attached test case should error out because the method Bar accesses a
 member of B without an instance.  If you uncomment the similar access on
 Main, the error is reported properly, but apparently superclass members are
 fair game in mcs-land.