[threadpool] Pass callback at initialization (#4546)
[mono.git] / mcs / errors / cs0579-10.cs
index 242640762bda4e8f77d8ee5b46b1e3f044ffb4e3..d37b011822c1e7d6757c5f9474235f6ba9618f47 100644 (file)
@@ -1,20 +1,20 @@
-// cs0579-10.cs: The attribute `SimpleAttribute' cannot be applied multiple times\r
-// Line : 18\r
-\r
-using System;\r
-\r
-[AttributeUsage (AttributeTargets.All, AllowMultiple = false)]\r
-public class SimpleAttribute : Attribute {\r
-\r
-       public SimpleAttribute ()\r
-       {\r
-       }\r
-       \r
-}\r
-\r
-[Simple]\r
-public partial class Blah { }\r
-\r
-[Simple]\r
-public partial class Blah { }\r
-\r
+// CS0579: The attribute `SimpleAttribute' cannot be applied multiple times
+// Line : 18
+
+using System;
+
+[AttributeUsage (AttributeTargets.All, AllowMultiple = false)]
+public class SimpleAttribute : Attribute {
+
+       public SimpleAttribute ()
+       {
+       }
+       
+}
+
+[Simple]
+public partial class Blah { }
+
+[Simple]
+public partial class Blah { }
+