[msbuild] Bump to xplat-master branch HEAD
[mono.git] / mcs / errors / cs0266-7.cs
index 6f13790996e51efce50fadde2b9ca4d41d68e683..94af817f53ced9af44921c7d7988f4d7a60483d1 100644 (file)
@@ -1,10 +1,10 @@
-// cs0266: Cannot implicitly convert type `long' to `int'. An explicit conversion exists (are you missing a cast?)\r
-// Line : 6\r
-\r
-class X {\r
-    const uint a = 2;\r
-    const int b = -a;\r
-}\r
-\r
-\r
-\r
+// CS0266: Cannot implicitly convert type `long' to `int'. An explicit conversion exists (are you missing a cast?)
+// Line : 6
+
+class X {
+    const uint a = 2;
+    const int b = -a;
+}
+
+
+