[box-tests] Added a bunch of tests on local objects in inline lambdas

This commit is contained in:
Igor Chevdar
2022-08-04 20:39:39 +03:00
committed by Space
parent 7090a2716a
commit e38f02b53a
17 changed files with 343 additions and 0 deletions
@@ -40292,6 +40292,24 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
runTest("compiler/testData/codegen/boxInline/anonymousObject/kt52795_2.kt");
}
@Test
@TestMetadata("kt52795_3.kt")
public void testKt52795_3() throws Exception {
runTest("compiler/testData/codegen/boxInline/anonymousObject/kt52795_3.kt");
}
@Test
@TestMetadata("kt52795_4.kt")
public void testKt52795_4() throws Exception {
runTest("compiler/testData/codegen/boxInline/anonymousObject/kt52795_4.kt");
}
@Test
@TestMetadata("kt52795_5.kt")
public void testKt52795_5() throws Exception {
runTest("compiler/testData/codegen/boxInline/anonymousObject/kt52795_5.kt");
}
@Test
@TestMetadata("kt6007.kt")
public void testKt6007() throws Exception {