[Mono-bugs] [Bug 24390] Changed - Explicit/implicit user conversions bug
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
8 May 2002 17:11:58 -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 ravi@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=24390
--- shadow/24390 Wed May 8 00:45:49 2002
+++ shadow/24390.tmp.23367 Wed May 8 13:11:58 2002
@@ -1,14 +1,14 @@
Bug#: 24390
Product: Mono/MCS
Version: unspecified
OS: other
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Wishlist
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: miguel@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -58,6 +58,14 @@
{
Value v = new Value ();
Derived d = (Derived) v;
}
}
+
+------- Additional Comments From ravi@ximian.com 2002-05-08 13:11 -------
+You were right - I was doing a very stupid thing but that is taken
+care of now. Fix coming to CVS. I am adding your test case to the
+suite but it throws an exception. Perhaps you need to modify it a
+bit ?
+
+