1 2 3 4 5 6
// CS0418: `TestClass': an abstract class cannot be sealed or static // Line: 4 public abstract static class TestClass { }