Merge pull request #5675 from mono/glib-debug-symbols
[mono.git] / mcs / errors / cs0266-12.cs
index 68bbbf5844293b3add1a3d6d8f425bb650d0f928..e12677554e508887e51590727155024cbd52d969 100644 (file)
@@ -1,11 +1,11 @@
-// CS0266: Cannot implicitly convert type `int' to `char'. An explicit conversion exists (are you missing a cast?)\r
-// Line: 12\r
-\r
-class X\r
-{\r
-       public static void Main ()\r
-       {\r
-               char x = 'A';\r
-               char b = +x;\r
-       }\r
-}\r
+// CS0266: Cannot implicitly convert type `int' to `char'. An explicit conversion exists (are you missing a cast?)
+// Line: 12
+
+class X
+{
+       public static void Main ()
+       {
+               char x = 'A';
+               char b = +x;
+       }
+}