2007-03-28 Chris Toshok <toshok@ximian.com>
[mono-project.git] / mcs / errors / cs0537.cs
blob393763bcbd5a2f693b7296e7cadd011724b5a08e
1 // cs0537.cs: The class System.Object cannot have a base class or implement an interface
2 // Line: 5
4 namespace System {
5 class Object: ICloneable {