[Mono-bugs] [Bug 46088][Nor] Changed - Nested class can access private members of base class of enclosing class
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Thu, 10 Jul 2003 18:26:06 -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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=46088
--- shadow/46088 Thu Jul 10 16:24:41 2003
+++ shadow/46088.tmp.17575 Thu Jul 10 18:26:06 2003
@@ -1,12 +1,12 @@
Bug#: 46088
Product: Mono/MCS
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
+Status: NEEDINFO
Resolution:
Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: sestoft@dina.kvl.dk
@@ -66,6 +66,11 @@
Mono/Runtime.
------- Additional Comments From sestoft@dina.kvl.dk 2003-07-10 16:24 -------
Yes, MS CLR 1.1 rejects the bytecode generated by mcs 0.23 for this
program (throwing FieldAccessException: B.bz) while mono 0.23 accepts
the bytecode.
+
+------- Additional Comments From gonzalo@ximian.com 2003-07-10 18:26 -------
+mcs 0.23 is far too old in mono time ;-)
+
+Can you try 0.25 out?