[Mono-bugs] [Bug 54552][Nor] Changed - CS0516: constructor 'C.C(int)' cannot call itself
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 27 Feb 2004 02:28:25 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=54552
--- shadow/54552 2004-02-19 13:41:15.000000000 -0500
+++ shadow/54552.tmp.3237 2004-02-27 02:28:25.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 54552
Product: Mono/Compilers
Version: unspecified
OS: unknown
OS Details:
-Status: REOPENED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: joe@ximian.com
QAContact: mono-bugs@ximian.com
@@ -49,6 +49,9 @@
22:45 -------
Notice that csc does NOT compile the code in bug 54552. It says
something like:
CS0516: constructor 'C.C(int)' cannot call itself
so there's a bug in the compiler too
+
+------- Additional Comments From miguel@ximian.com 2004-02-27 02:28 -------
+Fixed.