blob: 1bc9dbae8f7a5b383c4814ddc5a5cc5e3fe5a14e [file] [log] [blame]
class Client {
public void foo() {
new Server(10);
}
}