// "Make 'f()' not abstract" "true-preview" import java.io.*; class a { final void f() {} }