[Mono-bugs] [Bug 58305][Nor] Changed - gmcs: mcs chokes on generic method in interface
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 13 Jul 2004 12:23:56 -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=58305
--- shadow/58305 2004-07-13 11:59:42.000000000 -0400
+++ shadow/58305.tmp.14784 2004-07-13 12:23:56.000000000 -0400
@@ -1,12 +1,12 @@
Bug#: 58305
Product: Mono: Compilers
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
+Status: ASSIGNED
Resolution:
Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: martin@ximian.com
ReportedBy: sestoft@dina.kvl.dk
@@ -62,6 +62,10 @@
------- Additional Comments From martin@ximian.com 2004-07-13 11:59 -------
The first problem, generic methods in an interface seems to be already
fixed, I'm adding gen-60.cs as a test case.
However, your test case shows another bug.
+
+------- Additional Comments From martin@ximian.com 2004-07-13 12:23 -------
+Ok, this is about delegates/anonymous methods. Added gen-61.cs for
+this (still working on it).