// CS0501: `Class.X()' must have a body because it is not marked abstract or extern // Line: 5 class Class { virtual public void X (); }