[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
@@ -2250,6 +2250,12 @@ public class FirJsCodegenInlineTestGenerated extends AbstractFirJsCodegenInlineT
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 {
@@ -2250,6 +2250,12 @@ public class FirJsES6CodegenInlineTestGenerated extends AbstractFirJsES6CodegenI
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 {
@@ -2250,6 +2250,12 @@ public class IrJsCodegenInlineTestGenerated extends AbstractIrJsCodegenInlineTes
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 {
@@ -2250,6 +2250,12 @@ public class IrJsES6CodegenInlineTestGenerated extends AbstractIrJsES6CodegenInl
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 {