interface A { static void foo() { System.out.println(); } } interface B extends A {}