// CS0621: `X.method()': virtual or abstract members cannot be private
// Line:
class X {
	virtual void method () {}
}