[Mono-bugs] [Bug 65854][Maj] Changed - CodeDom does not correctly generate array of arrays type references

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 14 Sep 2004 05:57:11 -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 marek.safar@seznam.cz.

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

--- shadow/65854	2004-09-13 11:54:35.000000000 -0400
+++ shadow/65854.tmp.22362	2004-09-14 05:57:11.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 65854
 Product: Mono: Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Major
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: lluis@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -49,6 +49,9 @@
 		cm.ReturnType = new CodeTypeReference ("System.String[][]");
 		cc.Members.Add (cm);
 		
 		generator.GenerateCodeFromCompileUnit(codeUnit, Console.Out, options);
 	}
 }
+
+------- Additional Comments From marek.safar@seznam.cz  2004-09-14 05:57 -------
+Fixed in CVS