* Project.cs (DoLoad): If a VS2003 project is detected, then throw
[mcs.git] / errors / cs0714.cs
blob7329663d15b9ec6c02e5c79a19f8c9c26f0d931a
1 // CS0714: Static class `StaticClass' cannot implement interfaces
2 // Line: 4
4 static class StaticClass: System.IComparable {