// cs0515.cs: access modifiers are not allowed on static constructors // Line: 4 class X { public static X () { } }