[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs0146.cs
blob726d17f31e1d151914423cf0cb937d4a94aecd12
1 // CS0146: Circular base class dependency involving `B' and `A'
2 // Line: 7
4 class A : B {
7 class B : A {