// cs0621.cs: X.method virtual or abstract methods can not be private // Line: class X { virtual void method () {} }