[Mono-bugs] [Bug 76128][Min] Changed - [GMCS] CS0030: "this" is regarded as never be compatible with generic type parameter

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Sep 16 16:53:21 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 atsushi at ximian.com.

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

--- shadow/76128	2005-09-16 16:48:38.000000000 -0400
+++ shadow/76128.tmp.27591	2005-09-16 16:53:21.000000000 -0400
@@ -1,23 +1,23 @@
 Bug#: 76128
 Product: Mono: Compilers
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Minor
 Component: C#
 AssignedTo: rharinath at novell.com                            
 ReportedBy: atsushi at ximian.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: "this" is regarded as never be compatible with generic type parameter
+Summary: [GMCS] CS0030: "this" is regarded as never be compatible with generic type parameter
 
 The example below fails to compile because "this" is regarded as
 incompatible with T. However T might be Test so it should pass.
 
 using System.Collections.Generic;
 


More information about the mono-bugs mailing list