[Mono-bugs] [Bug 68265][Blo] Changed - Generics are broken
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 13 Oct 2004 18:21:03 -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 luca.barbieri@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=68265
--- shadow/68265 2004-10-13 18:11:28.000000000 -0400
+++ shadow/68265.tmp.15693 2004-10-13 18:21:03.000000000 -0400
@@ -1,23 +1,23 @@
Bug#: 68265
Product: Mono: Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details: Fedora Development on Pentium M
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Blocker
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: luca.barbieri@gmail.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: Generics with value type parameters are broken
+Summary: Generics are broken
Description of Problem:
The attached code doesn't work, which is astounding.
Steps to reproduce the problem:
@@ -133,6 +133,12 @@
IL_0006: ret
} // end of method Der::instance default void .ctor ()
} // end of class Der
} // end of class MainClass
+
+------- Additional Comments From luca.barbieri@gmail.com 2004-10-13 18:21 -------
+It also fails if Gen<int> is replaced with Gen<REF_TYPE> where
+REF_TYPE is a reference type, while of course it works if Gen<int> is
+replaced with a non-generic type.
+