Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=77399 --- shadow/77399 2006-02-09 11:12:44.000000000 -0500 +++ shadow/77399.tmp.12748 2006-02-10 04:18:47.000000000 -0500 @@ -84,6 +84,12 @@ list.Add(new ClassA(), true); list.Add(new ClassA(), true); } } <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< + +------- Additional Comments From [EMAIL PROTECTED] 2006-02-10 04:18 ------- +The underlying problem here is that MakeGenericType() doesn't check +the constraints. This test case is supposed to throw a +TypeLoadException. I'm fixing this in Comparer.cs, but we still need +to add constraints checking to the runtime at some point. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
