[Mono-bugs] [Bug 23700] Changed - Constructor with parameter should disable the implicit 0 parameter constructor

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
26 Apr 2002 23:14:53 -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=23700

--- shadow/23700	Sat Apr 20 15:31:23 2002
+++ shadow/23700.tmp.764	Fri Apr 26 19:14:53 2002
@@ -1,14 +1,14 @@
 Bug#: 23700
 Product: Mono/MCS
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: Mandrake 8.2
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: pt99par@student.bth.se               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -29,6 +29,9 @@
      
     public static void Main(string[] args) { 
 	new Test(); 
     } 
      
 }
+
+------- Additional Comments From miguel@ximian.com  2002-04-26 19:14 -------
+Thanks for the bug report.  I have now fixed this.