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