[Mono-bugs] [Bug 36271][Nor] Changed - mcs allows access modifiers to static ctors

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Tue, 7 Jan 2003 16:09:02 -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=36271

--- shadow/36271	Fri Jan  3 16:36:53 2003
+++ shadow/36271.tmp.17112	Tue Jan  7 16:09:02 2003
@@ -1,14 +1,14 @@
 Bug#: 36271
 Product: Mono/MCS
 Version: unspecified
 OS: other
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: lupus@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -28,6 +28,10 @@
        public static Bar() {
              System.Console.WriteLine( "Bar.Bar()" );
        }
 
        public static void Main () {}
 }
+
+------- Additional Comments From miguel@ximian.com  2003-01-07 16:09 -------
+Fixed.  The bug was that constructor.ModFlags was not being set, so 3
+errors were ignored.