1 2 3 4 5 6
// CS0441: `TestClass': a class cannot be both static and sealed // Line: 4 public sealed static class TestClass { }