[corlib] Simplify RuntimeInformation by getting OS name from the runtime (#13164)
[mono-project.git] / mcs / errors / cs0714.cs
blob7329663d15b9ec6c02e5c79a19f8c9c26f0d931a
1 // CS0714: Static class `StaticClass' cannot implement interfaces
2 // Line: 4
4 static class StaticClass: System.IComparable {