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 [EMAIL PROTECTED]

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

--- shadow/80300        2006-12-18 07:49:18.000000000 -0500
+++ shadow/80300.tmp.8853       2006-12-18 07:49:18.000000000 -0500
@@ -0,0 +1,40 @@
+Bug#: 80300
+Product: Mono: Compilers
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Blocker
+Component: C#
+AssignedTo: [EMAIL PROTECTED]                            
+ReportedBy: [EMAIL PROTECTED]               
+QAContact: [EMAIL PROTECTED]
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: #define is visible inside invisible blocks
+
+Compile the following block:
+
+#if DEF1
+#define DEF2
+#endif
+
+#if DEF2
+Invisible code;
+#endif
+
+namespace NameSpace
+{
+       class Class1
+       {
+       }
+}
+
+Actual Results:
+error CS8025: Parsing error
+
+Expected Results:
+No error.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to