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