[Mono-bugs] [Bug 72930][Cos] Changed - CS0133 not reported for const fields of type object
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 23 Feb 2005 15:08:39 -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 nazgul@omega.pl.
http://bugzilla.ximian.com/show_bug.cgi?id=72930
--- shadow/72930 2005-02-23 14:55:25.000000000 -0500
+++ shadow/72930.tmp.16096 2005-02-23 15:08:39.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 72930
Product: Mono: Compilers
Version: 1.0
-OS:
+OS: unknown
OS Details: Mandrake 10.1, mono 1.1.4.20040221svn
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Cosmetic
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: nazgul@omega.pl
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -87,6 +87,13 @@
How often does this happen?
Always
Additional Information:
+
+------- Additional Comments From nazgul@omega.pl 2005-02-23 15:08 -------
+Sorry, the expected result is
+t.cs(3,35): error CS0133: The expression being assigned to 'Test.x'
+must be constant
+
+not the one mentioned earlier