[Mono-bugs] [Bug 41591][Nor] New - A using statement can't be between namespaces declaration.
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Sat, 19 Apr 2003 05:34:49 -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 yoros@wanadoo.es.
http://bugzilla.ximian.com/show_bug.cgi?id=41591
--- shadow/41591 Sat Apr 19 05:34:49 2003
+++ shadow/41591.tmp.27546 Sat Apr 19 05:34:49 2003
@@ -0,0 +1,31 @@
+Bug#: 41591
+Product: Mono/MCS
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: yoros@wanadoo.es
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: A using statement can't be between namespaces declaration.
+
+Description of Problem:
+ Mcs compiles one file that have using satements between namespaces and
+it is invalid.
+
+Actual Results:
+ Compilation succeeded
+
+Expected Results:
+ error CS1529: Una cláusula using debe ir delante de todos los elementos
+restantes del espacio de nombres
+
+How often does this happen?
+ always