// "Make 'foo()' default" "true-preview" interface I { default void foo() { System.out.println(); } }