package Q4;

/* JADX INFO: loaded from: classes.dex */
public final class G extends G6.c {

    /* JADX INFO: renamed from: t, reason: collision with root package name */
    public /* synthetic */ Object f5657t;

    /* JADX INFO: renamed from: u, reason: collision with root package name */
    public int f5658u;

    /* JADX INFO: renamed from: v, reason: collision with root package name */
    public final /* synthetic */ H f5659v;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public G(H h8, E6.d dVar) {
        super(dVar);
        this.f5659v = h8;
    }

    @Override // G6.a
    public final Object p(Object obj) {
        this.f5657t = obj;
        this.f5658u |= Integer.MIN_VALUE;
        return this.f5659v.l(null, this);
    }
}
