Bugzilla – Bug 316244
[GMCS] generic type name should not be Foo`1<T> but should be Foo`1[T]
Last modified: 2007-09-15 21:24:23 UTC
---- Reported by atsushi@ximian.com 2004-10-14 18:03:06 MST ---- According to the corcompare results, Type.Name should be Foo`n[T] (Foo`1[T], Foo`2[K,V] etc.), while currently mono outputs Foo`1<T> like C# generics syntax. It affects on corcompare status pages. ---- Additional Comments From atsushi@ximian.com 2004-10-14 18:04:16 MST ---- Created an attachment (id=166918) proposed quick fix ---- Additional Comments From martin@ximian.com 2004-11-15 03:05:38 MST ---- Fixed in CVS. Imported an attachment (id=166918) Unknown operating system unknown. Setting to default OS "Other".