[Mono-bugs] [Bug 76271][Nor] New - Missing order checking for
constants
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Sep 29 07:54:47 EDT 2005
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 marek.safar at seznam.cz.
http://bugzilla.ximian.com/show_bug.cgi?id=76271
--- shadow/76271 2005-09-29 07:54:47.000000000 -0400
+++ shadow/76271.tmp.7441 2005-09-29 07:54:47.000000000 -0400
@@ -0,0 +1,46 @@
+Bug#: 76271
+Product: Mono: Compilers
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: C#
+AssignedTo: rharinath at novell.com
+ReportedBy: marek.safar at seznam.cz
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Missing order checking for constants
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+
+public class C
+{
+ public static void Main ()
+ {
+ const int x = y;
+ const int y = 1;
+ }
+}
+
+Actual Results:
+
+No error
+
+Expected Results:
+
+CS0103: The name `y' does not exist in the context of `C'
+
+How often does this happen?
+
+
+Additional Information:
More information about the mono-bugs
mailing list