[Mono-bugs] [Bug 41688][Nor] New - Nested classes not shown nested in monodis output.
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Mon, 21 Apr 2003 22:07:13 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=41688
--- shadow/41688 Mon Apr 21 22:07:13 2003
+++ shadow/41688.tmp.3785 Mon Apr 21 22:07:13 2003
@@ -0,0 +1,28 @@
+Bug#: 41688
+Product: Mono/Runtime
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: miguel@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Nested classes not shown nested in monodis output.
+
+Compile the following program:
+
+class X {
+ class Y {
+ }
+ static void Main () {}
+}
+
+Then run monodis on the output. The class Y is shown as a toplevel class
+even when it should be shown inside the X class.