[Mono-bugs] [Bug 49487][Nor] Changed - Multiple local constant declaration rejected
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 14 Oct 2003 23:24:15 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=49487
--- shadow/49487 2003-10-09 09:58:40.000000000 -0400
+++ shadow/49487.tmp.15574 2003-10-14 23:24:15.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 49487
Product: Mono/MCS
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: sestoft@dina.kvl.dk
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -45,6 +45,11 @@
class MyTest {
public static void Main(String[] args) {
const int a = 5, b = 6;
Console.WriteLine(a + " " + b);
}
}
+
+------- Additional Comments From miguel@ximian.com 2003-10-14 23:24 -------
+Thanks for the bug report, there was basically a typo on the production,
+
+Fixed on CVS.