[box-tests] Added a reproducer for #KT-62313
This commit is contained in:
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user