blob: 66e4ef91afe69afc76b7215661634cc137e605e2 [file] [log] [blame]
public class Client {
void f(IfaceImpl impl) {
impl = impl.foo();
}
}