[box-tests] Added a reproducer for #KT-62313

This commit is contained in:
Igor Chevdar
2023-10-10 14:29:19 +03:00
committed by Space Team
parent d9cb41d242
commit c6470a684d
25 changed files with 162 additions and 0 deletions
@@ -2574,6 +2574,12 @@ public class FirLightTreeBlackBoxInlineCodegenWithBytecodeInlinerTestGenerated e
runTest("compiler/testData/codegen/boxInline/inlineClasses/inlineFunctionInsideInlineClassesBox.kt");
}
@Test
@TestMetadata("kt62313.kt")
public void testKt62313() throws Exception {
runTest("compiler/testData/codegen/boxInline/inlineClasses/kt62313.kt");
}
@Test
@TestMetadata("noReturnTypeManglingFun.kt")
public void testNoReturnTypeManglingFun() throws Exception {
@@ -2574,6 +2574,12 @@ public class FirLightTreeBlackBoxInlineCodegenWithIrInlinerTestGenerated extends
runTest("compiler/testData/codegen/boxInline/inlineClasses/inlineFunctionInsideInlineClassesBox.kt");
}
@Test
@TestMetadata("kt62313.kt")
public void testKt62313() throws Exception {
runTest("compiler/testData/codegen/boxInline/inlineClasses/kt62313.kt");
}
@Test
@TestMetadata("noReturnTypeManglingFun.kt")
public void testNoReturnTypeManglingFun() throws Exception {
@@ -2574,6 +2574,12 @@ public class FirLightTreeSerializeCompileKotlinAgainstInlineKotlinTestGenerated
runTest("compiler/testData/codegen/boxInline/inlineClasses/inlineFunctionInsideInlineClassesBox.kt");
}
@Test
@TestMetadata("kt62313.kt")
public void testKt62313() throws Exception {
runTest("compiler/testData/codegen/boxInline/inlineClasses/kt62313.kt");
}
@Test
@TestMetadata("noReturnTypeManglingFun.kt")
public void testNoReturnTypeManglingFun() throws Exception {
@@ -2574,6 +2574,12 @@ public class FirPsiBlackBoxInlineCodegenWithBytecodeInlinerTestGenerated extends
runTest("compiler/testData/codegen/boxInline/inlineClasses/inlineFunctionInsideInlineClassesBox.kt");
}
@Test
@TestMetadata("kt62313.kt")
public void testKt62313() throws Exception {
runTest("compiler/testData/codegen/boxInline/inlineClasses/kt62313.kt");
}
@Test
@TestMetadata("noReturnTypeManglingFun.kt")
public void testNoReturnTypeManglingFun() throws Exception {
@@ -2574,6 +2574,12 @@ public class FirPsiBlackBoxInlineCodegenWithIrInlinerTestGenerated extends Abstr
runTest("compiler/testData/codegen/boxInline/inlineClasses/inlineFunctionInsideInlineClassesBox.kt");
}
@Test
@TestMetadata("kt62313.kt")
public void testKt62313() throws Exception {
runTest("compiler/testData/codegen/boxInline/inlineClasses/kt62313.kt");
}
@Test
@TestMetadata("noReturnTypeManglingFun.kt")
public void testNoReturnTypeManglingFun() throws Exception {
@@ -2574,6 +2574,12 @@ public class FirPsiSerializeCompileKotlinAgainstInlineKotlinTestGenerated extend
runTest("compiler/testData/codegen/boxInline/inlineClasses/inlineFunctionInsideInlineClassesBox.kt");
}
@Test
@TestMetadata("kt62313.kt")
public void testKt62313() throws Exception {
runTest("compiler/testData/codegen/boxInline/inlineClasses/kt62313.kt");
}
@Test
@TestMetadata("noReturnTypeManglingFun.kt")
public void testNoReturnTypeManglingFun() throws Exception {