// "Create method 'f'" "true-preview" interface I {} class A implements I { { A.f(); } private static void f() { } }