[Mono-bugs] [Bug 31092][Wis] Changed - 'using XXX;' directive only should allow namespaces not types.
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
24 Sep 2002 02:03:47 -0000
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 manyoso@yahoo.com.
http://bugzilla.ximian.com/show_bug.cgi?id=31092
--- shadow/31092 Mon Sep 23 22:02:17 2002
+++ shadow/31092.tmp.25191 Mon Sep 23 22:03:47 2002
@@ -1,20 +1,27 @@
Bug#: 31092
Product: Mono/MCS
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: manyoso@yahoo.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: 'using XXX;
+Summary: 'using XXX;' directive only should allow namespaces not types.
error CS0138: A using namespace directive can only be applied to namespaces; '' is a
class not a namespace
+
+------- Additional Comments From manyoso@yahoo.com 2002-09-23 22:03 -------
+sorry. hit the button accidently.
+
+mcs is allowing the 'using' directive on types
+
+csc throws the error above.