interface A { void foo(); } interface B extends A { }