Merge branch 'alexischr/nursery-canaries-managed-alloc'
[mono.git] / mcs / errors / cs0619-51.cs
index f651d432a9c675ee003d7ce82cce138e7c72b06d..5f116f7c2e2a8a6d63f3734d7eef747fe70bf8b2 100644 (file)
@@ -1,20 +1,20 @@
-// cs0619-51.cs: `A.comparer' is obsolete: `Please use ...'
-// Line: 16\r
-// Compiler options: -reference:CS0619-51-lib.dll\r
-\r
-using System;\r
-using System.Collections;\r
-\r
-public class B : A\r
-{\r
-       void test ()\r
-       {\r
-       }\r
-       \r
-       public void AA ()\r
-       {\r
-               comparer += new D (test);\r
-       }\r
-       \r
-       public static void Main () {}\r
-}\r
+// CS0619-51: `A.comparer' is obsolete: `Please use ...'
+// Line: 16
+// Compiler options: -reference:CS0619-51-lib.dll
+
+using System;
+using System.Collections;
+
+public class B : A
+{
+       void test ()
+       {
+       }
+       
+       public void AA ()
+       {
+               comparer += new D (test);
+       }
+       
+       public static void Main () {}
+}