[Mono-bugs] [Bug 40166][Nor] Changed - Array derived classes need a .ctor (Int32)

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Wed, 14 May 2003 12:15:49 -0400 (EDT)


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

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

--- shadow/40166	Mon May 12 09:50:26 2003
+++ shadow/40166.tmp.10630	Wed May 14 12:15:49 2003
@@ -1,13 +1,13 @@
 Bug#: 40166
 Product: Mono/Runtime
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: gonzalo@ximian.com               
 QAContact: mono-bugs@ximian.com
@@ -31,6 +31,9 @@
 
 Console.WriteLine( "Type {0} has {1} constructors and its base class is 
 {2}", arrayTypeName, infos.Length, arraytype.BaseType.ToString() );
 
 ------- Additional Comments From miguel@ximian.com  2003-03-27 01:50 -------
 This seems to be a runtime/class libraries bug.
+
+------- Additional Comments From lupus@ximian.com  2003-05-14 12:15 -------
+Fixed in cvs.