[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
Wed, 23 Mar 2005 00:11:50 -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 atsushi@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=73995
--- shadow/73995 2005-03-23 00:11:14.000000000 -0500
+++ shadow/73995.tmp.18209 2005-03-23 00:11:50.000000000 -0500
@@ -1,23 +1,24 @@
Bug#: 73995
Product: Mono: Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
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
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.
----