https://bugzilla.novell.com/show_bug.cgi?id=450151
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=450151#c1 --- Comment #1 from Miguel de Icaza <[EMAIL PROTECTED]> 2008-11-28 10:44:54 MST --- A better test case, this one does not depend on IComparable: public interface I<X> { } public abstract class AnyObjectId : I<ObjectId> { public int W1 { get; set; } } public class ObjectId : AnyObjectId { ObjectId () { W1 = 1; } } -- Configure bugmail: https://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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
