[Mono-bugs] [Bug 497116] [gmcs] peverify says gmcs emitted assembly contains errors

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Apr 21 19:57:44 EDT 2009


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

User jbevain at novell.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=497116#c1





--- Comment #1 from Jb Evain <jbevain at novell.com>  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.


More information about the mono-bugs mailing list