* ExternTable.cs (ExternTable.GetModuleTypeRef): 'module_table' can be
[mcs.git] / errors / cs0714.cs
blobfc46ca1678961c42e44ffea626e2a3f485907b99
1 // cs0714.cs: `StaticClass': static classes cannot implement interfaces
2 // Line: 4
4 static class StaticClass: System.IComparable {