[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / errors / cs0714.cs
1 // CS0714: Static class `StaticClass' cannot implement interfaces
2 // Line: 4
3
4 static class StaticClass: System.IComparable {
5 }