Replace recursion with a loop
#KT-51530 Fixed
This commit is contained in:
+6
@@ -10191,6 +10191,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/coroutines/kt50277.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 {
|
||||
|
||||
Reference in New Issue
Block a user