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