// cs0441.cs: 'TestClass': a class cannot be both static and sealed // Line: 4 public sealed static class TestClass { }