Created
November 27, 2019 19:08
-
-
Save shahsurajk/68645e43cbb736e9af2d5a62da5bc1d8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public static final void myBigLoopWithClosure(@NotNull int[] $this$myBigLoopWithClosure, double salt) { | |
Intrinsics.checkParameterIsNotNull($this$myBigLoopWithClosure, "$this$myBigLoopWithClosure"); | |
int $i$f$forEach = false; | |
int[] var5 = $this$myBigLoopWithClosure; | |
int var6 = $this$myBigLoopWithClosure.length; | |
for(int var7 = 0; var7 < var6; ++var7) { | |
int element$iv = var5[var7]; | |
int var10 = false; | |
// a static INSTACE is no longer being used. | |
// a new instance of the generated class is created for every iteration | |
testLambdas(element$iv, (Function1)(new NonInlinedClosureKt$myBigLoopWithClosure$$inlined$forEach$lambda$1(salt))); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment