package O1;

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

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public boolean f5385b;

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

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

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

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

    @Override // C4.a
    public final Object invokeSuspend(Object obj) {
        this.f5386c = obj;
        this.f5388e |= Integer.MIN_VALUE;
        return this.f5387d.c(null, this);
    }
}
