[Mono-bugs] [Bug 75334][Blo] Changed - [GMCS] runtime is confused
by usage generic method invocation from different
instantiations of its generic type
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Jun 21 07:48:53 EDT 2005
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=75334
--- shadow/75334 2005-06-21 05:24:52.000000000 -0400
+++ shadow/75334.tmp.30806 2005-06-21 07:48:52.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 75334
Product: Mono: Compilers
Version: 1.0
OS: unknown
OS Details: mono svn 20.06.2005
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Blocker
Component: C#
AssignedTo: martin at ximian.com
ReportedBy: nazgul at omega.pl
QAContact: mono-bugs at ximian.com
@@ -91,6 +91,9 @@
public List<t> foo <b> (List <t> x) {
return new List<t> ();
}
it would return List[D] twice.
+
+------- Additional Comments From martin at ximian.com 2005-06-21 07:48 -------
+Fixed in SVN.
More information about the mono-bugs
mailing list