[Mono-bugs] [Bug 76277][Min] Changed - Type.ToString() of a generic parameter returns T[T] instead of T

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Oct 6 09:36:57 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=76277

--- shadow/76277	2005-10-06 09:36:36.000000000 -0400
+++ shadow/76277.tmp.32152	2005-10-06 09:36:57.000000000 -0400
@@ -67,6 +67,10 @@
 +               g_string_append (str, type->data.generic_param->name);
 +               break;
         default:
                 klass = mono_class_from_mono_type (type);
                 if (klass->nested_in) {
 
+
+------- Additional Comments From martin at ximian.com  2005-10-06 09:36 -------
+This patch should fix it, but I can't test it since the build is
+currently broken.


More information about the mono-bugs mailing list