[Mono-bugs] [Bug 29517][Nor] Changed - castclass doesn't allow casting enum[] to underlying type
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
31 Oct 2002 15:37:06 -0000
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 dietmar@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=29517
--- shadow/29517 Tue Aug 27 13:50:00 2002
+++ shadow/29517.tmp.18836 Thu Oct 31 10:37:06 2002
@@ -1,14 +1,14 @@
Bug#: 29517
Product: Mono/Runtime
Version: unspecified
OS: other
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: lupus@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -28,6 +28,9 @@
int[] a1 = (int[])(object)new MyEnum[1];
MyEnum[] a2 = (MyEnum[])(object)new MyEnum[1];
}
}
Partition III section 4.3 (castclass) explicitly allows this conversion.
+
+------- Additional Comments From dietmar@ximian.com 2002-10-31 10:37 -------
+fiex is in CVS