[threadpool] Pass callback at initialization (#4546)
[mono.git] / mcs / errors / cs1720.cs
index 7a24ada4e12b51c5ef624a58c3800f3697350991..14dd44a94ccbf281c21f20f135005267f1338d4f 100644 (file)
@@ -1,13 +1,13 @@
-// CS1720: Expression will always cause a `System.NullReferenceException'\r
-// Line: 11\r
-// Compiler options: -warnaserror -warn:1\r
-\r
-using System;\r
-\r
-public class Tester \r
-{\r
-    public static void Main()\r
-    {\r
-        Console.WriteLine(((object)null).ToString());\r
-    }\r
+// CS1720: Expression will always cause a `System.NullReferenceException'
+// Line: 11
+// Compiler options: -warnaserror -warn:1
+
+using System;
+
+public class Tester 
+{
+    public static void Main()
+    {
+        Console.WriteLine(((object)null).ToString());
+    }
 }
\ No newline at end of file