[Mono-bugs] [Bug 62552][Nor] Changed - stobj problem with generic program

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 27 Aug 2004 22:40:42 -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 martin@ximian.com.

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

--- shadow/62552	2004-08-05 13:46:39.000000000 -0400
+++ shadow/62552.tmp.24286	2004-08-27 22:40:42.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 62552
 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: martin@ximian.com               
 QAContact: mono-bugs@ximian.com
@@ -73,6 +73,11 @@
 		MyList<Foo<int>> list = new MyList <Foo<int>> ();
 		foreach (Foo<int> foo in list)
 			;
 	}
 }
 
+
+------- Additional Comments From martin@ximian.com  2004-08-27 22:40 -------
+Fixed in CVS.
+Added gen-73.cs.
+