[xbuild] Add support for Before/AfterTargets.
[mono.git] / mcs / errors / cs1502-11.cs
index aadff1ddb59cc72a52adecd8cf2a60737fe660c3..82dcb3a2c172886ed1ef3fdf15147137e3c87bec 100644 (file)
@@ -1,11 +1,11 @@
-// CS1502: The best overloaded method match for `string.String(char*)' has some invalid arguments\r
-// Line: 8\r
-\r
-class C\r
-{\r
-       static string Prop {\r
-               get {\r
-                       return new string ("s");\r
-               }\r
-    }\r
-}\r
+// CS1502: The best overloaded method match for `string.String(char*)' has some invalid arguments
+// Line: 8
+
+class C
+{
+       static string Prop {
+               get {
+                       return new string ("s");
+               }
+    }
+}