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