[interp] Fall back to old implementation when calling on proxy
[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 {