[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:19:53 -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:01.000000000 -0400
+++ shadow/60730.tmp.4159 2004-06-25 01:19:53.000000000 -0400
@@ -17,6 +17,11 @@
Summary: 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.
+
+------- Additional Comments From mkestner@ximian.com 2004-06-25 01:19 -------
+Created an attachment (id=8339)
+test case
+