[Mono-bugs] [Bug 44679][Nor] Changed - "using Foo = Bar; Foo[] a;" fails to compile
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Fri, 13 Jun 2003 06:13:52 -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 timsuth@ihug.co.nz.
http://bugzilla.ximian.com/show_bug.cgi?id=44679
--- shadow/44679 Thu Jun 12 21:48:51 2003
+++ shadow/44679.tmp.864 Fri Jun 13 06:13:51 2003
@@ -1,14 +1,14 @@
Bug#: 44679
Product: Mono/MCS
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: timsuth@ihug.co.nz
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -30,6 +30,9 @@
}
}
-------------
Additionally, "using Type2 = System.Int32[]" gives a parse error, but I
haven't checked if this works in csc.
+
+------- Additional Comments From timsuth@ihug.co.nz 2003-06-13 06:13 -------
+I just tested in the latest CVS and it works now.