More conversion tweaks for dynamic in using statement
[mono.git] / mcs / errors / cs0029-11.cs
index 1790957428befdd98d063ae8574b56d4d14d7d38..962cab03f405350c5bbe9c305c4269697ccc1be2 100644 (file)
@@ -1,9 +1,9 @@
-// CS0029: Cannot implicitly convert type `int' to `string'\r
-// Line: 5\r
-\r
-class A {\r
+// CS0029: Cannot implicitly convert type `int' to `string'
+// Line: 5
+
+class A {
        public static implicit operator string (A a)
        { 
                return 42;
-       }\r
-}\r
+       }
+}