[box-tests] Added a bunch of tests on local objects in inline lambdas
This commit is contained in:
+18
@@ -368,6 +368,24 @@ public class FirBlackBoxInlineCodegenTestGenerated extends AbstractFirBlackBoxIn
|
||||
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 {
|
||||
|
||||
+18
@@ -368,6 +368,24 @@ public class FirLightTreeBlackBoxInlineCodegenTestGenerated extends AbstractFirL
|
||||
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 {
|
||||
|
||||
+18
@@ -368,6 +368,24 @@ public class FirSerializeCompileKotlinAgainstInlineKotlinTestGenerated extends A
|
||||
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