[Mono-bugs] [Bug 59286][Nor] Changed - object o = (T [][]) (object) (new A [][] {}); fails
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Feb 6 12:20:53 EST 2007
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 massi at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=59286
--- shadow/59286 2004-08-03 20:13:44.000000000 -0400
+++ shadow/59286.tmp.30624 2007-02-06 12:20:53.000000000 -0500
@@ -1,12 +1,12 @@
Bug#: 59286
Product: Mono: Runtime
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
+Status: RESOLVED
Resolution:
Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs at ximian.com
ReportedBy: bmaurer at users.sf.net
@@ -24,6 +24,9 @@
{
object o = (T [][]) (object) (new A [][] {});
}
}
Throws a cast exception.
+
+------- Additional Comments From massi at ximian.com 2007-02-06 12:20 -------
+Fixed in svn (r72357).
More information about the mono-bugs
mailing list