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