package O1;

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

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public Object f5379a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public e5.c f5380b;

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

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final /* synthetic */ Y f5382d;

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

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public V(Y y6, C4.c cVar) {
        super(cVar);
        this.f5382d = y6;
    }

    @Override // C4.a
    public final Object invokeSuspend(Object obj) {
        this.f5381c = obj;
        this.f5383e |= Integer.MIN_VALUE;
        return this.f5382d.b(null, this);
    }
}
