// cs0503.cs: The abstract method `Class.X' cannot be marked virtual // Line: 4 class Class { virtual abstract public void X (); }