[Mono-bugs] [Bug 62909][Wis] Changed - [GMCS]: rejects constraint with dependency an another constraint

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 19 Sep 2004 20:33:20 -0400 (EDT)


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 .

http://bugzilla.ximian.com/show_bug.cgi?id=62909

--- shadow/62909	2004-09-19 01:31:11.000000000 -0400
+++ shadow/62909.tmp.17476	2004-09-19 20:33:20.000000000 -0400
@@ -11,13 +11,13 @@
 AssignedTo: martin@ximian.com                            
 ReportedBy: benmartin@fourthplanet.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: gmcs: gmcs rejects constraint with dependency an another constraint
+Summary: [GMCS]: rejects constraint with dependency an another constraint
 
 gmcs gives errors on the following code:
 
 using System;
 
 class A<T> where T: IComparable  {