blob: c73d4a3d75b45c32fcdd76175a3091784fb20f6e [file] [log] [blame]
import impl.*;
class Client {
Server factory() {
return new Server();
}
}