//6, 13, 6, 14 package p; interface I { default void defaultMethod() { int i; } }