[Mono-bugs] [Bug 37521][Nor] Changed - mcs does not allow access to protected events in subclasses

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Sun, 23 Feb 2003 02:42:51 -0500 (EST)


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 miguel@ximian.com.

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

--- shadow/37521	Thu Feb 20 22:56:20 2003
+++ shadow/37521.tmp.12405	Sun Feb 23 02:42:51 2003
@@ -63,6 +63,12 @@
 ------- Additional Comments From miguel@ximian.com  2003-02-14 16:37 -------
 This is fixed in CVS.
 
 ------- Additional Comments From mathpup@mylinuxisp.com  2003-02-20 22:56 -------
 This bug is back. 
  
+
+------- Additional Comments From miguel@ximian.com  2003-02-23 02:42 -------
+This bug also exposes another problem.  Turns out that CSC is also
+making the field private, as opposed to "protected" (famandassembly).
+
+I should investigate that too.