Replace recursion with a loop

#KT-51530 Fixed
This commit is contained in:
Ilmir Usmanov
2022-04-02 20:42:50 +02:00
committed by teamcity
parent 6937e08b9c
commit 1488790cd3
10 changed files with 277 additions and 5 deletions
@@ -8041,6 +8041,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
runTest("compiler/testData/codegen/box/coroutines/kt49168.kt");
}
@Test
@TestMetadata("kt51530.kt")
public void testKt51530() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/kt51530.kt");
}
@Test
@TestMetadata("kt51718.kt")
public void testKt51718() throws Exception {