Merge pull request #3766 from BrzVlad/feature-default-conc
[mono.git] / mcs / errors / cs0023-10.cs
index 7d0f82f95fa7868dd0f55406231fcddc8c9e99f0..9d31bb399010c429d120544642f1ab4bfc510f7f 100644 (file)
@@ -1,7 +1,7 @@
-// cs0023: The `+' operator cannot be applied to operand of type `X'\r
-// Line : 6\r
-\r
-class X {\r
-    static X x;\r
-    static object o = +x;\r
-}\r
+// CS0023: The `+' operator cannot be applied to operand of type `X'
+// Line : 6
+
+class X {
+    static X x;
+    static object o = +x;
+}