[msvc] Update csproj files
[mono.git] / mcs / errors / cs0023-12.cs
index 670e373f2a684c82e82dcb65f9e8f6615b87f615..a55c98277c9b7dbc681eaf6411295b61dd05c113 100644 (file)
@@ -1,12 +1,12 @@
-// cs0023: The `+' operator cannot be applied to operand of type `string'\r
-// Line: 10\r
-\r
-using System;\r
-\r
-public class Test\r
-{\r
-       static void Main ()\r
-       {\r
-               Console.WriteLine ("a" + + "b");\r
-       }\r
+// CS0023: The `+' operator cannot be applied to operand of type `string'
+// Line: 10
+
+using System;
+
+public class Test
+{
+       static void Main ()
+       {
+               Console.WriteLine ("a" + + "b");
+       }
 }
\ No newline at end of file