[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
@@ -326,6 +326,24 @@ public class JsCodegenInlineTestGenerated extends AbstractJsCodegenInlineTest {
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 {
@@ -326,6 +326,24 @@ public class IrJsCodegenInlineTestGenerated extends AbstractIrJsCodegenInlineTes
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 {
@@ -290,6 +290,21 @@ public class IrCodegenBoxInlineWasmTestGenerated extends AbstractIrCodegenBoxInl
runTest("compiler/testData/codegen/boxInline/anonymousObject/kt52795_2.kt");
}
@TestMetadata("kt52795_3.kt")
public void testKt52795_3() throws Exception {
runTest("compiler/testData/codegen/boxInline/anonymousObject/kt52795_3.kt");
}
@TestMetadata("kt52795_4.kt")
public void testKt52795_4() throws Exception {
runTest("compiler/testData/codegen/boxInline/anonymousObject/kt52795_4.kt");
}
@TestMetadata("kt52795_5.kt")
public void testKt52795_5() throws Exception {
runTest("compiler/testData/codegen/boxInline/anonymousObject/kt52795_5.kt");
}
@TestMetadata("kt6007.kt")
public void testKt6007() throws Exception {
runTest("compiler/testData/codegen/boxInline/anonymousObject/kt6007.kt");