[Mono-bugs] [Bug 53493][Nor] Changed - Appending string with "as" expression fails

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 29 May 2004 09:09:37 -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=53493

--- shadow/53493	2004-04-28 22:32:17.000000000 -0400
+++ shadow/53493.tmp.27326	2004-05-29 09:09:37.000000000 -0400
@@ -8,13 +8,13 @@
 Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: pierre@opnieuw.com               
 QAContact: mono-bugs@ximian.com
-TargetMilestone: V1
+TargetMilestone: ---
 URL: 
 Cc: 
 Summary: Appending string with "as" expression fails
 
 Description of Problem:
 Appending string with "as" expression fails to compile.
@@ -50,6 +50,9 @@
 How often does this happen? 
 Always.
 
 Additional Information:
 The expression is recognized if written as follows:
 string someString = (someObject as string) + " else";
+
+------- Additional Comments From martin@ximian.com  2004-05-29 09:09 -------
+Resetting target milestone.