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