blob: 8fb1e5ee6a26cea16609275bc698ff5b516ac7f8 [file] [log] [blame]
class Client {
public void foo() {
new Server(IfaceImpl.create());
}
}