package P0;

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

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

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

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

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

    @Override // C4.a
    public final Object invokeSuspend(Object obj) {
        this.f5627a = obj;
        this.f5629c |= Integer.MIN_VALUE;
        return this.f5628b.b(0.0f, this);
    }
}
