[Mono-bugs] [Bug 75368][Maj] Changed - [GMCS] Interface with generic method and constraint does not compile

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Jun 23 18:11:07 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 bmaurer at users.sf.net.

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

--- shadow/75368	2005-06-23 16:25:02.000000000 -0400
+++ shadow/75368.tmp.16367	2005-06-23 18:11:07.000000000 -0400
@@ -1,23 +1,23 @@
 Bug#: 75368
 Product: Mono: Compilers
 Version: unspecified
 OS: All
-OS Details: Same Bug Regardless of platform
+OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
-Priority: Critical
+Severity: Unknown
+Priority: Major
 Component: C#
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: mailing at devspace.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: Interface with generic method and constraint does not compile
+Summary: [GMCS] Interface with generic method and constraint does not compile
 
 Consider the following interface declaration,
 
 public interface BuggyInterface {
     returntype SampleReturn< returntype>() where returntype: class;
 }


More information about the mono-bugs mailing list