[Mono-bugs] [Bug 74684][Wis] Changed - Unable to define generic field inside generic type through S.R.E
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 4 May 2005 10:26:31 -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 nazgul@omega.pl.
http://bugzilla.ximian.com/show_bug.cgi?id=74684
--- shadow/74684 2005-04-21 08:14:04.000000000 -0400
+++ shadow/74684.tmp.14431 2005-05-04 10:26:31.000000000 -0400
@@ -77,6 +77,11 @@
Type inst = tb.GetGenericTypeDefinition ().BindGenericParameters (new
Type[] { gtbs [0] });
to
Type inst = tb.BindGenericParameters (new Type[] { gtbs [0] });
which is their bug and I guess it's fixed in Beta2)
+
+------- Additional Comments From nazgul@omega.pl 2005-05-04 10:26 -------
+Created an attachment (id=15064)
+This patch reliefs the assumption in rutime, which IMHO is not neccessary
+