[Mono-bugs] [Bug 57926][Blo] Changed - compiling subclass fails

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 30 Apr 2004 23:17:04 -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 bmaurer@users.sf.net.

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

--- shadow/57926	2004-04-30 17:22:23.000000000 -0400
+++ shadow/57926.tmp.20993	2004-04-30 23:17:04.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 57926
 Product: Mono: Compilers
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: NOTABUG
 Severity: Unknown
 Priority: Blocker
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: james@ximian.com               
 QAContact: mono-bugs@ximian.com
@@ -33,6 +33,9 @@
 Test case
 
 
 ------- Additional Comments From james@ximian.com  2004-04-30 17:22 -------
 Oh, it's worth noting that this behavior only started in the last few
 days.
+
+------- Additional Comments From bmaurer@users.sf.net  2004-04-30 23:17 -------
+This is because the default ctor is private. The behavior is correct.