[Mono-bugs] [Bug 450151] Call to ToString fails
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Nov 28 12:44:55 EST 2008
https://bugzilla.novell.com/show_bug.cgi?id=450151
User miguel at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=450151#c1
--- Comment #1 from Miguel de Icaza <miguel at novell.com> 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.
More information about the mono-bugs
mailing list