[Mono-bugs] [Bug 60438][Nor] Changed - [GMCS] abstract class Foo <T> ... class Bar <T> : Foo <T>

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 13 Jul 2004 11:47:15 -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=60438

--- shadow/60438	2004-07-12 15:29:57.000000000 -0400
+++ shadow/60438.tmp.13696	2004-07-13 11:47:15.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 60438
 Product: Mono: Compilers
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: ASSIGNED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: martin@ximian.com                            
 ReportedBy: bmaurer@users.sf.net               
 QAContact: mono-bugs@ximian.com
@@ -23,6 +23,9 @@
 abstract class Foo <T> {
 	class Bar <T> : Foo <T> {
 	}
 }
 
 Does not compile
+
+------- Additional Comments From martin@ximian.com  2004-07-13 11:47 -------
+I think this was a duplicate of the bug I just fixed a minute ago.