// "Make 'f()' not static" "true-preview" import java.io.*; class a { public void f() {} } class b extends a { public static void f() {} }