[Mono-bugs] [Bug 76363][Nor] Changed - [GMCS] generic interface which has a recursive parameter crashes

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Oct 12 08:27:04 EDT 2005


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 marek.safar at seznam.cz.

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

--- shadow/76363	2005-10-07 13:08:44.000000000 -0400
+++ shadow/76363.tmp.5823	2005-10-12 08:27:04.000000000 -0400
@@ -1,23 +1,23 @@
 Bug#: 76363
 Product: Mono: Compilers
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: rharinath at novell.com                            
 ReportedBy: atsushi at ximian.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: generic interface which has a recursive parameter crashes
+Summary: [GMCS] generic interface which has a recursive parameter crashes
 
 Compile the two lines below:
 
 public interface IFoo<T> where T : IFoo<T> { }
 public interface IBaz<T> where T : IFoo<T> { }
 


More information about the mono-bugs mailing list