[Mono-bugs] [Bug 35627][Min] Changed - Error with field declared as "const string Test = null"
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
18 Dec 2002 19:01:53 -0000
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 martin@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=35627
--- shadow/35627 Tue Dec 17 04:24:48 2002
+++ shadow/35627.tmp.3892 Wed Dec 18 14:01:53 2002
@@ -11,13 +11,13 @@
AssignedTo: martin@ximian.com
ReportedBy: mathpup@mylinuxisp.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: mcs does not handle a field declared as "const string Test = null"
+Summary: Error with field declared as "const string Test = null"
Description of Problem:
If a field is declared as "const string Test = null", mcs complains:
"error CS0029: Cannot convert implicitly from `object' to `string'."