[Mono-bugs] [Bug 36054][Wis] Changed - cs0186: Casting null invalid.

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Wed, 8 Jan 2003 17:20:41 -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=36054

--- shadow/36054	Mon Dec 23 08:06:12 2002
+++ shadow/36054.tmp.5276	Wed Jan  8 17:20:41 2003
@@ -1,14 +1,14 @@
 Bug#: 36054
 Product: Mono/MCS
 Version: unspecified
 OS: other
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Wishlist
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: raciel@es.gnu.org               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -33,6 +33,12 @@
 
 raciel@voyager:~/cvs/mono/mcs/errors$ mcs cs0186.cs 
 syntax error, expecting ASSIGN OP_MULT_ASSIGN OP_DIV_ASSIGN OP_MOD_ASSIGN
 OP_ADD_ASSIGN OP_SUB_ASSIGN OP_SHIFT_LEFT_ASSIGN OP_SHIFT_RIGHT_ASSIGN
 OP_AND_ASSIGN OP_XOR_ASSIGN OP_OR_ASSIGN
 cs0186.cs(5) error CS1002: Expecting `;'
+
+------- Additional Comments From miguel@ximian.com  2003-01-08 17:20 -------
+Your sample contains two errors.  One is properly flagged, by telling
+you that it is not a valid grammar ;-)
+
+Miguel.