[Mono-bugs] [Bug 23498] Changed - Decimal literals unimplemented in mcs
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
19 Apr 2002 16:42:36 -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 lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=23498
--- shadow/23498 Fri Apr 19 12:08:59 2002
+++ shadow/23498.tmp.11072 Fri Apr 19 12:42:36 2002
@@ -11,13 +11,13 @@
AssignedTo: mono-bugs@ximian.com
ReportedBy: ndrochak@gol.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: op_Explicit() is using the byte version where int is needed
+Summary: Decimal literals unimplemented in mcs
This code throws an OverFlow exception when it shouldn't. The runtime
seems to be choosing the byte explicit converter instead of the int
version:
namespace NS {