package i3;

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

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

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

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

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

    @Override // C4.a
    public final Object invokeSuspend(Object obj) {
        this.f18998a = obj;
        this.f19000c |= Integer.MIN_VALUE;
        return J.n(this.f18999b, 0, this);
    }
}
