[Mono-bugs] [Bug 64540][Nor] Changed - mcs does not trap ambigous call for StringWriter.Write

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 15 Feb 2005 06:58:35 -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 rharinath@novell.com.

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

--- shadow/64540	2004-09-10 09:54:31.000000000 -0400
+++ shadow/64540.tmp.24417	2005-02-15 06:58:35.000000000 -0500
@@ -12,13 +12,13 @@
 ReportedBy: ndrochak@gol.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: mcs does not trap ambigous call for StringWriter.Write
-BugsThisDependsOn: 55786
+BugsThisDependsOn: 55786[FIXED]
 
 csc flags an error CS0121 for the following code because an ambigous call 
 to Write(). mcs does not see this as an error.
 
 using System;
 using System.IO;