7 lines
118 B
C#
Raw Normal View History

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