// cs1501: no match for this argument list // Line: 11 class X { X (int a) { } static void Main () { new X (); } }