[Mono-bugs] [Bug 72131][Nor] Changed - [GMCS]: Inheritance whith generic interfaces

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 29 Apr 2005 11:56:44 -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=72131

--- shadow/72131	2005-03-02 12:11:26.000000000 -0500
+++ shadow/72131.tmp.12193	2005-04-29 11:56:44.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 72131
 Product: Mono: Compilers
 Version: 1.1
 OS: unknown
 OS Details: 
-Status: ASSIGNED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: martin@ximian.com                            
 ReportedBy: cl.koppensteiner@kabsi.at               
 QAContact: mono-bugs@ximian.com
@@ -34,6 +34,9 @@
 	public MyClass()
 	{
 		T instance = new T();
 		instance.DoSomeThing();
 	}
 }
+
+------- Additional Comments From martin@ximian.com  2005-04-29 11:56 -------
+Fixed in SVN.