[Mono-bugs] [Bug 52547][Nor] Changed - Type.IsNotPublic not correct for Nested types

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 24 Dec 2003 14:45:06 -0500 (EST)


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 bmaurer@users.sf.net.

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

--- shadow/52547	2003-12-24 14:36:45.000000000 -0500
+++ shadow/52547.tmp.23737	2003-12-24 14:45:06.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 52547
 Product: Mono/Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: bmaurer@users.sf.net                            
 ReportedBy: bmaurer@users.sf.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -25,6 +25,9 @@
 		System.Console.WriteLine (typeof (C).IsNotPublic);
 		System.Console.WriteLine (typeof (D).IsNotPublic);
 	}
 	private class D {}
 	protected class C {}
 }
+
+------- Additional Comments From bmaurer@users.sf.net  2003-12-24 14:45 -------
+Fixed in CVS.