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 [EMAIL PROTECTED]

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

--- shadow/79635        2006-10-26 15:51:27.000000000 -0400
+++ shadow/79635.tmp.5499       2006-11-30 16:16:38.000000000 -0500
@@ -5,13 +5,13 @@
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Minor
 Component: C#
-AssignedTo: [EMAIL PROTECTED]                            
+AssignedTo: [EMAIL PROTECTED]                            
 ReportedBy: [EMAIL PROTECTED]               
 QAContact: [EMAIL PROTECTED]
 TargetMilestone: ---
 URL: 
 Summary: CS0023 is not reported for string operand
 
@@ -44,6 +44,11 @@
 
 public class Test {
        static void Main () {
                Console.WriteLine (1 + + + + + 1);
        }
 }
+
+------- Additional Comments From [EMAIL PROTECTED]  2006-11-30 16:16 -------
+Hmm, I overlooked the spec.
+
+The error is there because unary '+' is not defined for strings.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to