[Mono-bugs] [Bug 479776] gmcs emits invalid code for typeof of nested generic types
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Dec 11 06:43:47 EST 2009
http://bugzilla.novell.com/show_bug.cgi?id=479776
http://bugzilla.novell.com/show_bug.cgi?id=479776#c1
--- Comment #1 from Marek Safar <msafar at novell.com> 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.
More information about the mono-bugs
mailing list