package B0;

/* 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 long f430a;

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

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

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

    /* 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.f432c = jVar;
    }

    @Override // C4.a
    public final Object invokeSuspend(Object obj) {
        this.f431b = obj;
        this.f433d |= Integer.MIN_VALUE;
        return this.f432c.r0(0L, this);
    }
}
