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