blob: cf90ce97cfef2fc568ed05aa244376e23ee366c6 [file] [log] [blame]
public class IfaceImpl implements Iface {
public Iface foo() {
return this;
}
}