[Mono-bugs] [Bug 30489][Nor] Changed - arrays of nested classes can't be created.
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
19 Sep 2002 21:40:56 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=30489
--- shadow/30489 Thu Sep 19 13:51:50 2002
+++ shadow/30489.tmp.26289 Thu Sep 19 17:40:56 2002
@@ -1,13 +1,13 @@
Bug#: 30489
Product: Mono/MCS
Version: unspecified
OS: Debian Woody
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: vargaz@freemail.hu
QAContact: mono-bugs@ximian.com
@@ -42,6 +42,10 @@
looking up: Foo.Bar[]
aa.cs(10) error CS0246: Cannot find type `Foo.Bar[]'
But it should be looking up Foo+Bar[]
Miguel.
+
+------- Additional Comments From miguel@ximian.com 2002-09-19 17:40 -------
+I have redone the type lookup mechanism, this is now properly handled.
+ Fix is on CVS.