[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 11:59:42 -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-05-30 17:41:14.000000000 -0400
+++ shadow/58305.tmp.14102 2004-07-13 11:59:42.000000000 -0400
@@ -56,6 +56,12 @@
interface Foo
{
IMyList<U> Map<U> ();
}
+
+------- 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.