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