[Mono-bugs] [Bug 47469][Min] Changed - MCS compiles syntactically-incorrect assignment code

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 28 Apr 2004 20:32:12 -0400 (EDT)


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=47469

--- shadow/47469	2004-02-07 12:40:29.000000000 -0500
+++ shadow/47469.tmp.14842	2004-04-28 20:32:12.000000000 -0400
@@ -1,8 +1,8 @@
 Bug#: 47469
-Product: Mono/Compilers
+Product: Mono: Compilers
 Version: unspecified
 OS: other
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
@@ -25,6 +25,12 @@
 
 +                                       iCmp = comparer.Compare (value, elt);
 
 
 CSC said "System\Array.cs(429,1): error CS0131: The left-hand side of an
 assignment must be a variable, property or indexer" as expected.
+
+------- Additional Comments From martin@ximian.com  2004-04-28 20:32 -------
+The line starts with a `+'.
+(after looking at that like an idiot and trying to figure out what the
+problem was).
+Btw. that was revision 1.56 of Array.cs.