[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / errors / cs0418-2.cs
1 // CS0418: `TestClass': an abstract class cannot be sealed or static
2 // Line: 4
3
4 public abstract static class TestClass
5 {
6 }