[Mono-bugs] [Bug 77167][Nor] Changed - [GMCS] Generic method type parameter problem across assemblies

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Jan 15 21:09:27 EST 2006


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 at ximian.com.

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

--- shadow/77167	2006-01-12 16:21:00.000000000 -0500
+++ shadow/77167.tmp.4195	2006-01-15 21:09:27.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 77167
 Product: Mono: Compilers
 Version: 1.1
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: martin at ximian.com                            
 ReportedBy: sestoft at dina.kvl.dk               
 QAContact: mono-bugs at ximian.com
@@ -63,6 +63,9 @@
   public static void Main(String[] args) {
     MyList<String> names = new MyList<String>();
     names.AddAll<String>(new String[] { "Hoover", "Roosevelt", 
 					"Truman", "Eisenhower", "Kennedy" });
   }
 }
+
+------- Additional Comments From martin at ximian.com  2006-01-15 21:09 -------
+Fixed in SVN.


More information about the mono-bugs mailing list