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