// CS0060: Inconsistent accessibility: base class `System.Collections.Generic.List.Bar>' is less accessible than class `Foo' // Line: 7 using System; using System.Collections.Generic; public class Foo : List.Bar> { class Bar { } }