interface I { default void foo () { System.out.println("hello"); } }