[Mono-bugs] [Bug 72635][Nor] Changed - [GMCS]: problem with type resolving when generic multi-level inheritance
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 1 Mar 2005 22:23:31 -0500 (EST)
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=72635
--- shadow/72635 2005-02-16 03:49:48.000000000 -0500
+++ shadow/72635.tmp.25001 2005-03-01 22:23:31.000000000 -0500
@@ -1,23 +1,23 @@
Bug#: 72635
Product: Mono: Compilers
Version: 1.1
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: C#
-AssignedTo: mono-bugs@ximian.com
+AssignedTo: martin@ximian.com
ReportedBy: tsureshkumar@novell.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: gmcs: problem with type resolving when generic multi-level inheritance
+Summary: [GMCS]: problem with type resolving when generic multi-level inheritance
Description of Problem:
gmcs seems not recognizing types like z<k,v> in place of t as in case a <t>
(i.e. a <z<k,v>>. x()) in specific scenario as below.
Steps to reproduce the problem: