[Mono-bugs] [Bug 31091][Min] Changed - mcs allows two protection modifiers
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
4 Oct 2002 06:22:07 -0000
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=31091
--- shadow/31091 Thu Oct 3 11:47:07 2002
+++ shadow/31091.tmp.21000 Fri Oct 4 02:22:07 2002
@@ -33,6 +33,13 @@
class T {
static void Main() {}
protected public T ()
{}
}
+
+------- Additional Comments From miguel@ximian.com 2002-10-04 02:22 -------
+I have a fix for this. The problem only happened in constructors, as
+I was not validating this. This might also fix the bug reported about
+constructors by default not having the proper accessibility.
+
+Going to do some testing before comminting the fix.