blob: db0dc7ed238a2fd7ddb6bcdcb16bb8fe1a12c9f0 [file] [log] [blame]
public class ClientImpl extends Client {
public Test foo() {
return new Test();
}
public static void main(String[] args) {
new ClientImpl();
}
}