// cs1018.cs: Keyword this or base expected // Line: 5 class X { X () : { } static void Main () {} }