interface SuperIwithDefault { void foo(); default void bar() { System.out.println("invoked private I.bar"); } }