1 // cs0108-2.cs: `Derived.Test(bool)' hides inherited member `BaseInterface.Test(bool)'. Use the new keyword if hiding was intended
3 // Compiler options: -warnaserror -warn:2 -t:library
5 interface BaseInterface
{
9 interface Derived
: BaseInterface
{