Skip to content

Instantly share code, notes, and snippets.

@shahsurajk
Created November 27, 2019 19:08
Show Gist options
  • Save shahsurajk/68645e43cbb736e9af2d5a62da5bc1d8 to your computer and use it in GitHub Desktop.
Save shahsurajk/68645e43cbb736e9af2d5a62da5bc1d8 to your computer and use it in GitHub Desktop.
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