[ilasm] Don't break arguments compatiblity
[mono-project.git] / mcs / tests / test-920.cs
blob7b061ad712283f6ba7a7fef0baea58c101ae56fd
1 // Compiler options: -warnaserror
3 class A
5 public abstract class Adapter
11 class B : A
13 public new int Adapter { get; set; }
15 public static void Main ()