package X4;

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

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

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

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

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

    @Override // C4.a
    public final Object invokeSuspend(Object obj) {
        this.f8647a = obj;
        this.f8649c |= Integer.MIN_VALUE;
        Object objA = e.A(this.f8648b, this);
        return objA == B4.a.f492a ? objA : new l(objA);
    }
}
