2010-04-07 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0146-4.cs
bloba9ef8378383731d67df4b6bb0543f1327fbeb712
1 // cs0146-4.cs: Circular base class dependency involving `Foo.Bar' and `Foo'
2 // Line: 5
4 class Foo : Baz {
5 public class Bar {}
7 class Baz : Foo.Bar {}