[xbuild] Add support for Before/AfterTargets.
[mono.git] / mcs / errors / cs0657-21.cs
index 317e7be0bf563f5d62923bc7d0cc38b8087b6a92..d09aceb34b4e1992de44e4c41fbd458e243403d3 100644 (file)
@@ -1,12 +1,12 @@
-// cs0657-21.cs: `return' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are `method'\r
-// Line : 9\r
-\r
-using System;\r
-\r
-public class C\r
-{\r
-       [return: CLSCompliant (false)]\r
-       public C ()\r
-       {\r
-       }\r
-}\r
+// cs0657-21.cs: `return' is not a valid attribute location for this declaration. Valid attribute locations for this declaration are `method'
+// Line : 9
+
+using System;
+
+public class C
+{
+       [return: CLSCompliant (false)]
+       public C ()
+       {
+       }
+}