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