// CS0426: The nested type `Foo' does not exist in the type `C' // Line: 11 public abstract class B { public class Foo { } } public class C : B.Foo> { }