https://bugzilla.novell.com/show_bug.cgi?id=317275

https://bugzilla.novell.com/show_bug.cgi?id=317275#c3


--- Comment #3 from Marek Safar <[email protected]> 2011-01-24 15:02:36 UTC ---
another case

class Test
{
    static void Foo<T>()
    {
    }

    public static void Main()
    {
        var r = Foo<string> is object;
    }
}

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to