http://bugzilla.novell.com/show_bug.cgi?id=479776
http://bugzilla.novell.com/show_bug.cgi?id=479776#c2 --- Comment #2 from Marek Safar <[email protected]> 2009-12-11 11:44:21 UTC --- Example #3 using System; class C<T> { public class Foo<U> { } static Type foo = typeof (Foo<>); } class M { public static void Main () { new C<int> (); } } -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
