[Mono-bugs] [Bug 30489][Nor] New - arrays of nested classes can't be created.

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
17 Sep 2002 20:06:55 -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 vargaz@freemail.hu.

http://bugzilla.ximian.com/show_bug.cgi?id=30489

--- shadow/30489	Tue Sep 17 16:06:55 2002
+++ shadow/30489.tmp.23124	Tue Sep 17 16:06:55 2002
@@ -0,0 +1,21 @@
+Bug#: 30489
+Product: Mono/MCS
+Version: unspecified
+OS: Debian Woody
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: vargaz@freemail.hu               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: arrays of nested classes can't be created.
+
+mcs can't compile the attached testcase. It stops with the message:
+'Cannot find type `Foo.Bar[]`
+csc compiles it just fine.