[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs0537.cs
blob23bc94c4bad3e08da90d2b104c09a2f67eddaf69
1 // CS0537: The class System.Object cannot have a base class or implement an interface
2 // Line: 5
4 namespace System {
5 class Object: ICloneable {