[Mono-bugs] [Bug 73995][Nor] Changed - [GMCS] runtime cannot handle either generic "where" or overloaded generic methods
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 22 Apr 2005 15:43:11 -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=73995
--- shadow/73995 2005-04-17 14:58:26.000000000 -0400
+++ shadow/73995.tmp.3126 2005-04-22 15:43:11.000000000 -0400
@@ -12,13 +12,13 @@
ReportedBy: atsushi@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: [GMCS] runtime cannot handle either generic "where" or overloaded generic methods
-BugsThisDependsOn: 73992, 73993
+BugsThisDependsOn: 73992, 73993[FIXED]
The example code below cannot run under mono runtime. Note that the code
won't compile with gmcs because of bug #73992 and bug #73993, so you will
need MS csc unless those bugs got fixed.
----