[Mono-bugs] [Bug 49704][Nor] Changed - internal class invalidly allowed for protected method argument

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 24 Dec 2003 15:10:09 -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 bmaurer@users.sf.net.

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

--- shadow/49704	2003-12-24 15:08:35.000000000 -0500
+++ shadow/49704.tmp.24130	2003-12-24 15:10:09.000000000 -0500
@@ -126,6 +126,16 @@
 See also, 10.5.2: Accessibility domains
 
 ------- Additional Comments From bmaurer@users.sf.net  2003-12-24 15:08 -------
 Created an attachment (id=6322)
 Patch
 
+
+------- Additional Comments From bmaurer@users.sf.net  2003-12-24 15:10 -------
+This patch does not compile both cases, like csc.
+
+It does not cause any regressions in the tests, no additional
+regressions in the erorr tests, and is able to bootstrap and compile
+corlib.
+
+Rather than using the linear method before, this uses binary logic to
+computate accessability.