[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
1 Oct 2002 07:13:26 -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 lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=31092
--- shadow/31092 Wed Sep 25 16:04:11 2002
+++ shadow/31092.tmp.24649 Tue Oct 1 03:13:26 2002
@@ -1,12 +1,12 @@
Bug#: 31092
Product: Mono/MCS
Version: unspecified
OS: unknown
OS Details:
-Status: NEEDINFO
+Status: REOPENED
Resolution:
Severity: Unknown
Priority: Wishlist
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: manyoso@yahoo.com
@@ -25,6 +25,13 @@
mcs is allowing the 'using' directive on types
csc throws the error above.
------- Additional Comments From miguel@ximian.com 2002-09-25 16:04 -------
Can you provide us with a sample test case?
+
+------- Additional Comments From lupus@ximian.com 2002-10-01 03:13 -------
+using System.Console;
+class T {
+ static void Main() {}
+}
+