[Mono-bugs] [Bug 34161][Nor] Changed - implicit conversion with enums values issue

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Tue, 8 Jul 2003 15:02:49 -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 martin@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=34161

--- shadow/34161	Sun Feb 16 19:25:20 2003
+++ shadow/34161.tmp.9545	Tue Jul  8 15:02:49 2003
@@ -51,6 +51,9 @@
 When assigning this expression, Assign.DoResolve doesn't know that the expression was initially of type ushort and that the implicit 
 conversion to ushort is allowed.
 
 As a workaround, explicitly cast the whole expression to short.  Since this problem requires some thinking and there's a simple 
 workaround, setting priority to major.
 
+
+------- Additional Comments From martin@ximian.com  2003-07-08 15:02 -------
+Ok, I will now actually look at this.