package defpackage;

import kotlin.Metadata;
import kotlin.coroutines.Continuation;
import kotlin.coroutines.jvm.internal.DebugMetadata;
import kotlin.coroutines.jvm.internal.SuspendLambda;

/* JADX INFO: renamed from: he3, reason: from Kotlin metadata and case insensitive filesystem */
/* JADX INFO: loaded from: classes3.dex */
@Metadata(d1 = {"\u0000\u0016\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0002\u0010\u0011\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0003\u0010\u0006\u001a\u00020\u0005\"\u0004\b\u0000\u0010\u0000\"\u0006\b\u0001\u0010\u0001\u0018\u0001*\b\u0012\u0004\u0012\u00028\u00000\u00022\f\u0010\u0004\u001a\b\u0012\u0004\u0012\u00028\u00010\u0003H\n¢\u0006\u0004\b\u0006\u0010\u0007¨\u0006\b"}, d2 = {"R", "T", "Ll43;", "", "it", "Le6a;", "<anonymous>", "(Ll43;Lkotlin/Array;)V", "nf3"}, k = 3, mv = {2, 0, 0})
@DebugMetadata(c = "kotlinx.coroutines.flow.FlowKt__ZipKt$combine$$inlined$combineUnsafe$FlowKt__ZipKt$3$2", f = "Zip.kt", i = {}, l = {259, 258}, m = "invokeSuspend", n = {}, s = {})
@vx8
public final class C0565he3 extends SuspendLambda implements ir3<l43<Object>, Object[], Continuation<? super e6a>, Object> {
    public int a;
    public /* synthetic */ l43 b;
    public /* synthetic */ Object[] c;

    @Override // defpackage.ir3
    public final Object invoke(Object obj, Object obj2, Object obj3) {
        C0565he3 c0565he3 = new C0565he3(3, (Continuation) obj3);
        c0565he3.b = (l43) obj;
        c0565he3.c = (Object[]) obj2;
        return c0565he3.invokeSuspend(e6a.a);
    }

    @Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl
    public final Object invokeSuspend(Object obj) {
        ck1 ck1Var = ck1.a;
        int i = this.a;
        if (i != 0) {
            if (i == 1) {
                l43 l43Var = this.b;
                s38.b(obj);
                this.b = null;
                this.a = 2;
                if (l43Var.emit(obj, this) == ck1Var) {
                    return ck1Var;
                }
            } else {
                if (i != 2) {
                    throw new IllegalStateException("call to 'resume' before 'invoke' with coroutine");
                }
                s38.b(obj);
            }
            return e6a.a;
        }
        s38.b(obj);
        l43 l43Var2 = this.b;
        Object[] objArr = this.c;
        Object obj2 = objArr[0];
        Object obj3 = objArr[1];
        Object obj4 = objArr[2];
        Object obj5 = objArr[3];
        Object obj6 = objArr[4];
        this.b = l43Var2;
        this.a = 1;
        throw null;
    }
}
