[Mono-bugs] [Bug 78380][Nor] Changed - Mutually recursive Generics
with inheritance
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun May 14 15:39:32 EDT 2006
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 miguel at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78380
--- shadow/78380 2006-05-13 11:07:08.000000000 -0400
+++ shadow/78380.tmp.27252 2006-05-14 15:39:32.000000000 -0400
@@ -10,13 +10,12 @@
Component: C#
AssignedTo: rharinath at novell.com
ReportedBy: karl at waclawek.net
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: Mutually recursive Generics with inheritance
Description of Problem:
I have a source file with mutually recursive generics that compiles under
MS csc (.NET 2.0, VS 2005), but not under gmcs (Mono 1.1.15 Beta 2).
@@ -86,6 +85,9 @@
to `Test.ThisClass<Test.ThisClass,Test.ThatClass,object>' in order to use
it as parameter `A' in the generic type or method `Test.ThisClass<A,B,C>'
test.cs(21,16):: `Test.ThisClass<A,B,C>', name of symbol related to
previous error
test.cs(37,16):: `Test.ThisClass', name of symbol related to previous error
Compilation failed: 2 error(s), 0 warnings
+
+------- Additional Comments From miguel at ximian.com 2006-05-14 15:39 -------
+Martin, can you look at this?
More information about the mono-bugs
mailing list