// CS0441: `TestClass': a class cannot be both static and sealed
// Line: 4

public sealed static class TestClass
{
}