137 lines
		
	
	
		
			6.2 KiB
		
	
	
	
		
			Java
		
	
	
	
	
	
			
		
		
	
	
			137 lines
		
	
	
		
			6.2 KiB
		
	
	
	
		
			Java
		
	
	
	
	
	
package kotlin.sequences;
 | 
						|
 | 
						|
import kotlin.Metadata;
 | 
						|
import kotlin.Unit;
 | 
						|
import kotlin.coroutines.Continuation;
 | 
						|
import kotlin.coroutines.jvm.internal.DebugMetadata;
 | 
						|
import kotlin.coroutines.jvm.internal.RestrictedSuspendLambda;
 | 
						|
import kotlin.jvm.functions.Function2;
 | 
						|
import kotlin.jvm.functions.Function3;
 | 
						|
 | 
						|
/* JADX INFO: Add missing generic type declarations: [R] */
 | 
						|
/* compiled from: _Sequences.kt */
 | 
						|
@Metadata(d1 = {"\u0000\u000e\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0002\u0010\u0002\n\u0000\u0010\u0004\u001a\u00020\u0003\"\u0004\b\u0000\u0010\u0000\"\u0004\b\u0001\u0010\u0001*\b\u0012\u0004\u0012\u00028\u00010\u0002H\u008a@"}, d2 = {"T", "R", "Lkotlin/sequences/SequenceScope;", "", "<anonymous>"}, k = 3, mv = {1, 8, 0})
 | 
						|
@DebugMetadata(c = "kotlin.sequences.SequencesKt___SequencesKt$runningFoldIndexed$1", f = "_Sequences.kt", i = {0, 1, 1, 1}, l = {2318, 2323}, m = "invokeSuspend", n = {"$this$sequence", "$this$sequence", "accumulator", "index"}, s = {"L$0", "L$0", "L$1", "I$0"})
 | 
						|
/* loaded from: classes.dex */
 | 
						|
final class SequencesKt___SequencesKt$runningFoldIndexed$1<R> extends RestrictedSuspendLambda implements Function2<SequenceScope<? super R>, Continuation<? super Unit>, Object> {
 | 
						|
    final /* synthetic */ R $initial;
 | 
						|
    final /* synthetic */ Function3<Integer, R, T, R> $operation;
 | 
						|
    final /* synthetic */ Sequence<T> $this_runningFoldIndexed;
 | 
						|
    int I$0;
 | 
						|
    private /* synthetic */ Object L$0;
 | 
						|
    Object L$1;
 | 
						|
    Object L$2;
 | 
						|
    int label;
 | 
						|
 | 
						|
    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
 | 
						|
    /* JADX WARN: Multi-variable type inference failed */
 | 
						|
    SequencesKt___SequencesKt$runningFoldIndexed$1(R r, Sequence<? extends T> sequence, Function3<? super Integer, ? super R, ? super T, ? extends R> function3, Continuation<? super SequencesKt___SequencesKt$runningFoldIndexed$1> continuation) {
 | 
						|
        super(2, continuation);
 | 
						|
        this.$initial = r;
 | 
						|
        this.$this_runningFoldIndexed = sequence;
 | 
						|
        this.$operation = function3;
 | 
						|
    }
 | 
						|
 | 
						|
    @Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl
 | 
						|
    public final Continuation<Unit> create(Object obj, Continuation<?> continuation) {
 | 
						|
        SequencesKt___SequencesKt$runningFoldIndexed$1 sequencesKt___SequencesKt$runningFoldIndexed$1 = new SequencesKt___SequencesKt$runningFoldIndexed$1(this.$initial, this.$this_runningFoldIndexed, this.$operation, continuation);
 | 
						|
        sequencesKt___SequencesKt$runningFoldIndexed$1.L$0 = obj;
 | 
						|
        return sequencesKt___SequencesKt$runningFoldIndexed$1;
 | 
						|
    }
 | 
						|
 | 
						|
    @Override // kotlin.jvm.functions.Function2
 | 
						|
    public final Object invoke(SequenceScope<? super R> sequenceScope, Continuation<? super Unit> continuation) {
 | 
						|
        return ((SequencesKt___SequencesKt$runningFoldIndexed$1) create(sequenceScope, continuation)).invokeSuspend(Unit.INSTANCE);
 | 
						|
    }
 | 
						|
 | 
						|
    /* JADX WARN: Multi-variable type inference failed */
 | 
						|
    /* JADX WARN: Removed duplicated region for block: B:9:0x0059  */
 | 
						|
    @Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl
 | 
						|
    /*
 | 
						|
        Code decompiled incorrectly, please refer to instructions dump.
 | 
						|
        To view partially-correct add '--show-bad-code' argument
 | 
						|
    */
 | 
						|
    public final java.lang.Object invokeSuspend(java.lang.Object r10) {
 | 
						|
        /*
 | 
						|
            r9 = this;
 | 
						|
            java.lang.Object r0 = kotlin.coroutines.intrinsics.IntrinsicsKt.getCOROUTINE_SUSPENDED()
 | 
						|
            int r1 = r9.label
 | 
						|
            r2 = 2
 | 
						|
            r3 = 1
 | 
						|
            if (r1 == 0) goto L30
 | 
						|
            if (r1 == r3) goto L28
 | 
						|
            if (r1 != r2) goto L20
 | 
						|
            int r1 = r9.I$0
 | 
						|
            java.lang.Object r3 = r9.L$2
 | 
						|
            java.util.Iterator r3 = (java.util.Iterator) r3
 | 
						|
            java.lang.Object r4 = r9.L$1
 | 
						|
            java.lang.Object r5 = r9.L$0
 | 
						|
            kotlin.sequences.SequenceScope r5 = (kotlin.sequences.SequenceScope) r5
 | 
						|
            kotlin.ResultKt.throwOnFailure(r10)
 | 
						|
            r10 = r4
 | 
						|
            r4 = r1
 | 
						|
            goto L52
 | 
						|
        L20:
 | 
						|
            java.lang.IllegalStateException r10 = new java.lang.IllegalStateException
 | 
						|
            java.lang.String r0 = "call to 'resume' before 'invoke' with coroutine"
 | 
						|
            r10.<init>(r0)
 | 
						|
            throw r10
 | 
						|
        L28:
 | 
						|
            java.lang.Object r1 = r9.L$0
 | 
						|
            kotlin.sequences.SequenceScope r1 = (kotlin.sequences.SequenceScope) r1
 | 
						|
            kotlin.ResultKt.throwOnFailure(r10)
 | 
						|
            goto L48
 | 
						|
        L30:
 | 
						|
            kotlin.ResultKt.throwOnFailure(r10)
 | 
						|
            java.lang.Object r10 = r9.L$0
 | 
						|
            r1 = r10
 | 
						|
            kotlin.sequences.SequenceScope r1 = (kotlin.sequences.SequenceScope) r1
 | 
						|
            R r10 = r9.$initial
 | 
						|
            r4 = r9
 | 
						|
            kotlin.coroutines.Continuation r4 = (kotlin.coroutines.Continuation) r4
 | 
						|
            r9.L$0 = r1
 | 
						|
            r9.label = r3
 | 
						|
            java.lang.Object r10 = r1.yield(r10, r4)
 | 
						|
            if (r10 != r0) goto L48
 | 
						|
            return r0
 | 
						|
        L48:
 | 
						|
            R r10 = r9.$initial
 | 
						|
            kotlin.sequences.Sequence<T> r3 = r9.$this_runningFoldIndexed
 | 
						|
            java.util.Iterator r3 = r3.iterator()
 | 
						|
            r4 = 0
 | 
						|
            r5 = r1
 | 
						|
        L52:
 | 
						|
            r1 = r9
 | 
						|
        L53:
 | 
						|
            boolean r6 = r3.hasNext()
 | 
						|
            if (r6 == 0) goto L85
 | 
						|
            java.lang.Object r6 = r3.next()
 | 
						|
            kotlin.jvm.functions.Function3<java.lang.Integer, R, T, R> r7 = r1.$operation
 | 
						|
            int r8 = r4 + 1
 | 
						|
            if (r4 >= 0) goto L66
 | 
						|
            kotlin.collections.CollectionsKt.throwIndexOverflow()
 | 
						|
        L66:
 | 
						|
            java.lang.Integer r4 = kotlin.coroutines.jvm.internal.Boxing.boxInt(r4)
 | 
						|
            java.lang.Object r4 = r7.invoke(r4, r10, r6)
 | 
						|
            r10 = r1
 | 
						|
            kotlin.coroutines.Continuation r10 = (kotlin.coroutines.Continuation) r10
 | 
						|
            r1.L$0 = r5
 | 
						|
            r1.L$1 = r4
 | 
						|
            r1.L$2 = r3
 | 
						|
            r1.I$0 = r8
 | 
						|
            r1.label = r2
 | 
						|
            java.lang.Object r10 = r5.yield(r4, r10)
 | 
						|
            if (r10 != r0) goto L82
 | 
						|
            return r0
 | 
						|
        L82:
 | 
						|
            r10 = r4
 | 
						|
            r4 = r8
 | 
						|
            goto L53
 | 
						|
        L85:
 | 
						|
            kotlin.Unit r10 = kotlin.Unit.INSTANCE
 | 
						|
            return r10
 | 
						|
        */
 | 
						|
        throw new UnsupportedOperationException("Method not decompiled: kotlin.sequences.SequencesKt___SequencesKt$runningFoldIndexed$1.invokeSuspend(java.lang.Object):java.lang.Object");
 | 
						|
    }
 | 
						|
}
 |