[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:44:24 EST 2009


http://bugzilla.novell.com/show_bug.cgi?id=479776

http://bugzilla.novell.com/show_bug.cgi?id=479776#c2


--- Comment #2 from Marek Safar <msafar at novell.com> 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.


More information about the mono-bugs mailing list