1 // CS1540: Cannot access protected member `Parent.Foo()' via a qualifier of type `Parent'. The qualifier must be of type `Child' or derived from it
3 // Compiler options: -r:CS1540-15-lib.dll
5 public class Child
: Parent
7 public void Bar (Parent p
)