// cs0418.cs: 'TestClass': an abstract class cannot be sealed or static // Line: 4 public abstract static class TestClass { }