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

User [email protected] added comment
http://bugzilla.novell.com/show_bug.cgi?id=497116#c1





--- Comment #1 from Jb Evain <[email protected]>  2009-04-21 17:57:43 MDT ---
Can be further simplified as:

<<
using System;

interface IFoo {
    T GetFoo<T> ();
}

class Foo : IFoo {

    T IFoo.GetFoo<T> ()
    {
        return default (T);
    }
}

class Test {
    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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to