[test] Add a test for KT-55318

This commit is contained in:
Sergej Jaskiewicz
2022-12-12 20:19:47 +01:00
committed by Space Team
parent cebccee4be
commit 9c6f92d697
10 changed files with 82 additions and 0 deletions
@@ -23766,6 +23766,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
runTest("compiler/testData/codegen/box/ir/kt52677.kt");
}
@Test
@TestMetadata("kt55318.kt")
public void testKt55318() throws Exception {
runTest("compiler/testData/codegen/box/ir/kt55318.kt");
}
@Test
@TestMetadata("lambdaWithLoop.kt")
public void testLambdaWithLoop() throws Exception {