[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs0246-16.cs
blob9512a6e72a67162a72038227d1ae238876094ffe
1 // CS0246: The type or namespace name `B' could not be found. Are you missing an assembly reference?
2 // Line: 4
4 class A : B
6 public class B
7 { }