1 2 3 4 5 6
// CS0711: `StaticClass': Static classes cannot contain destructor // Line: 5 static class StaticClass { ~StaticClass () {} }