2 // Versioning test: make sure that we output a warning, but still call the derived
10 public virtual void A ()
17 public virtual void A ()
26 Derived d
= new Derived ();
29 // This should call Derived.A and output a warning.
37 Console
.WriteLine ("Test passes");