[test] Add a test for KT-55318
This commit is contained in:
committed by
Space Team
parent
cebccee4be
commit
9c6f92d697
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user