blob: 7afc4af09a61cbef78a01f88f9755a6219068aaa [file] [log] [blame]
// "Make 'a' not abstract" "true"
import java.io.*;
class a {
void f() {
new <caret>a();
}
}