[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
@@ -43765,6 +43765,12 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
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 {
@@ -44887,6 +44887,12 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
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 {
@@ -43205,6 +43205,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
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 {
@@ -43766,6 +43766,12 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
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 {