[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 05:24:52 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 malekith at pld-linux.org.
http://bugzilla.ximian.com/show_bug.cgi?id=75334
--- shadow/75334 2005-06-21 00:10:26.000000000 -0400
+++ shadow/75334.tmp.28659 2005-06-21 05:24:52.000000000 -0400
@@ -82,6 +82,15 @@
as with nemerle.
------- Additional Comments From nazgul at omega.pl 2005-06-20 17:41 -------
Created an attachment (id=15352)
zip with the nemerle compiled binary, which is confusing runtime
+
+------- Additional Comments From malekith at pld-linux.org 2005-06-21 05:24 -------
+This is not only a problem with typeof. If the function was:
+
+ public List<t> foo <b> (List <t> x) {
+ return new List<t> ();
+ }
+
+it would return List[D] twice.
More information about the mono-bugs
mailing list