[Mono-bugs] [Bug 52154][Nor] Changed - text.Chars is accepted by mcs

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 14 Dec 2003 09:31:57 -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 rodo@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=52154

--- shadow/52154	2003-12-14 09:23:46.000000000 -0500
+++ shadow/52154.tmp.18196	2003-12-14 09:31:57.000000000 -0500
@@ -52,6 +52,10 @@
 		B ("lalala", ref f, ref g);
 
 		return 0;
 	}
 }
 
+
+------- Additional Comments From rodo@ximian.com  2003-12-14 09:31 -------
+ah, Paolo is right, the problem is to call to Chars property of
+String. (First I thought the problem is related to ref-ed variables)