package x;

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

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

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

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

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

    @Override // C4.a
    public final Object invokeSuspend(Object obj) {
        this.f25601a = obj;
        this.f25603c |= Integer.MIN_VALUE;
        return O.w0(this.f25602b, this);
    }
}
