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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 1 May 2004 16:32:22 -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 james@ximian.com.

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

--- shadow/57926	2004-04-30 23:17:04.000000000 -0400
+++ shadow/57926.tmp.29610	2004-05-01 16:32:22.000000000 -0400
@@ -36,6 +36,10 @@
 ------- 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.
+
+------- Additional Comments From james@ximian.com  2004-05-01 16:32 -------
+Oh, ok.  Todd just informed me that : base() is implicit, so that
+makes sense.