[Mono-bugs] [Bug 53386][Blo] New - #if problem in the "using" section
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 27 Jan 2004 04:25:22 -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 marek.safar@seznam.cz.
http://bugzilla.ximian.com/show_bug.cgi?id=53386
--- shadow/53386 2004-01-27 04:25:22.000000000 -0500
+++ shadow/53386.tmp.20689 2004-01-27 04:25:22.000000000 -0500
@@ -0,0 +1,28 @@
+Bug#: 53386
+Product: Mono/Compilers
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Blocker
+Component: C#
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: marek.safar@seznam.cz
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: #if problem in the "using" section
+
+using System;
+#if (XML_DEPS)
+using System.Xml;
+#endif
+
+public class MainClass {
+ public static void Main () {}
+}
+
+This code reports syntax error when is complied by mcs.