package X4;

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

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final /* synthetic */ e f8651b;

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

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public d(e eVar, C4.c cVar) {
        super(cVar);
        this.f8651b = eVar;
    }

    @Override // C4.a
    public final Object invokeSuspend(Object obj) {
        this.f8650a = obj;
        this.f8652c |= Integer.MIN_VALUE;
        Object objB = this.f8651b.B(null, 0, 0L, this);
        return objB == B4.a.f492a ? objB : new l(objB);
    }
}
