2010-05-31 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0619-51.cs
blobf651d432a9c675ee003d7ce82cce138e7c72b06d
1 // cs0619-51.cs: `A.comparer' is obsolete: `Please use ...'
2 // Line: 16
3 // Compiler options: -reference:CS0619-51-lib.dll
5 using System;
6 using System.Collections;
8 public class B : A
10 void test ()
14 public void AA ()
16 comparer += new D (test);
19 public static void Main () {}