package Q1;

import p5.J;

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

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

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

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

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

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

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

    @Override // C4.a
    public final Object invokeSuspend(Object obj) {
        this.f5869c = obj;
        this.f5871e |= Integer.MIN_VALUE;
        return c.a(this.f5870d, this);
    }
}
