package V2;

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

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

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

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

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

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public I1(J1 j12, A4.d dVar) {
        super(dVar);
        this.f7365c = j12;
    }

    @Override // C4.a
    public final Object invokeSuspend(Object obj) {
        this.f7364b = obj;
        this.f7366d |= Integer.MIN_VALUE;
        return this.f7365c.b(null, this);
    }
}
