http://bugzilla.novell.com/show_bug.cgi?id=479776
http://bugzilla.novell.com/show_bug.cgi?id=479776#c1 --- Comment #1 from Marek Safar <[email protected]> 2009-12-11 11:43:43 UTC --- Example #2 using System; public class TestAttribute : Attribute { public TestAttribute(Type type) { } } class C<T> { [Test(typeof(N<>))] public class N<U> { } } class A { public static void Main() { } } -- 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
