// CS0115: `X.Bla()' is marked as an override but no suitable method found to override
// Line: 5

class X {
	public override void Bla ()
	{
	}
}