[Mono-bugs] [Bug 54822][Nor] Changed - parser fails on certain class of double precision constants
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 25 Feb 2004 10:28:36 -0500 (EST)
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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=54822
--- shadow/54822 2004-02-24 23:35:12.000000000 -0500
+++ shadow/54822.tmp.9805 2004-02-25 10:28:36.000000000 -0500
@@ -1,10 +1,10 @@
Bug#: 54822
Product: Mono/Compilers
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
Severity: Unknown
Priority: Normal
Component: C#
@@ -35,6 +35,11 @@
How often does this happen?
Always
Additional Information:
This has always been a valid way to specify zero: 0.
If I change it to 0.0, then there is no error.
+
+------- Additional Comments From bmaurer@users.sf.net 2004-02-25 10:28 -------
+So that this is in bugzilla:
+
+namespace a { class b { private double c; public b() { c = 0.; } }; };