[Mono-bugs] [Bug 50425][Min] Changed - mcs does not report cast error on const variables: CS0029 " Cannot implicitly convert type 'char' to 'byte' "
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 7 Nov 2003 01:49:08 -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=50425
--- shadow/50425 2003-10-31 23:42:32.000000000 -0500
+++ shadow/50425.tmp.4832 2003-11-07 01:49:08.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 50425
Product: Mono/MCS
Version: unspecified
OS: All
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Minor
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: ginga@kit.hi-ho.ne.jp
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -38,6 +38,9 @@
mcs reports this as CS0027 error correctly.
public class Test
{
byte b = 'A';
}
+
+------- Additional Comments From miguel@ximian.com 2003-11-07 01:49 -------
+fixed on cvs.