[box-tests] Added a bunch of tests on local objects in inline lambdas
This commit is contained in:
+18
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user