package x;

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

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

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

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

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

    @Override // C4.a
    public final Object invokeSuspend(Object obj) {
        this.f25505a = obj;
        this.f25507c |= Integer.MIN_VALUE;
        return this.f25506b.k(this);
    }
}
