// cs0175-2.cs: Use of keyword `base' is not valid in this context // Line: 13 class DerivedClass { public DerivedClass() { base = null; } }