[Mono-bugs] [Bug 38935][Nor] Changed - mcs allows derived class constructors to write to readonly fields of a base class
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Fri, 28 Feb 2003 23:58:02 -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 mathpup@mylinuxisp.com.
http://bugzilla.ximian.com/show_bug.cgi?id=38935
--- shadow/38935 Fri Feb 28 23:56:47 2003
+++ shadow/38935.tmp.430 Fri Feb 28 23:58:02 2003
@@ -1,14 +1,14 @@
Bug#: 38935
Product: Mono/MCS
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: mathpup@mylinuxisp.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -57,6 +57,11 @@
x = 0;
}
public static void Main() {}
}
+
+------- Additional Comments From mathpup@mylinuxisp.com 2003-02-28 23:58 -------
+The error message listed under "expected results" is that one csc under Rotor
+gives for the program.
+