[Mono-bugs] [Bug 73753][Nor] Changed - [GMCS]: Nested class in constraint

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 29 Apr 2005 08:36:17 -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 martin@ximian.com.

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

--- shadow/73753	2005-03-17 13:25:33.000000000 -0500
+++ shadow/73753.tmp.10642	2005-04-29 08:36:17.000000000 -0400
@@ -10,13 +10,13 @@
 Component: C#
 AssignedTo: martin@ximian.com                            
 ReportedBy: krzys@cs.cornell.edu               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Summary: Incorrect handling of contraints in generics.
+Summary: [GMCS]: Nested class in constraint
 
 No code of the following type, including subclass of a generic in the 
 constrain, will compile on the MONO compiler even though it's a valid CLR 
 code and will compile without problems with the Microsoft compiler.
 
 public class Moo<C> where C : Moo<C>.Foo