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