// CS1018: Keyword `this' or `base' expected // Line: 5 class X { X () : { } static void Main () {} }