Generate tests
This commit is contained in:
+12
@@ -1518,6 +1518,18 @@ public class FirLightTreeBlackBoxInlineCodegenWithBytecodeInlinerTestGenerated e
|
|||||||
runTest("compiler/testData/codegen/boxInline/complex/lambdaInLambda.kt");
|
runTest("compiler/testData/codegen/boxInline/complex/lambdaInLambda.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@TestMetadata("nestedCallsWithGeneric.kt")
|
||||||
|
public void testNestedCallsWithGeneric() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGeneric.kt");
|
||||||
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@TestMetadata("nestedCallsWithGenericToInt.kt")
|
||||||
|
public void testNestedCallsWithGenericToInt() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGenericToInt.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("swapAndWith.kt")
|
@TestMetadata("swapAndWith.kt")
|
||||||
public void testSwapAndWith() throws Exception {
|
public void testSwapAndWith() throws Exception {
|
||||||
|
|||||||
+12
@@ -1518,6 +1518,18 @@ public class FirLightTreeBlackBoxInlineCodegenWithIrInlinerTestGenerated extends
|
|||||||
runTest("compiler/testData/codegen/boxInline/complex/lambdaInLambda.kt");
|
runTest("compiler/testData/codegen/boxInline/complex/lambdaInLambda.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@TestMetadata("nestedCallsWithGeneric.kt")
|
||||||
|
public void testNestedCallsWithGeneric() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGeneric.kt");
|
||||||
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@TestMetadata("nestedCallsWithGenericToInt.kt")
|
||||||
|
public void testNestedCallsWithGenericToInt() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGenericToInt.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("swapAndWith.kt")
|
@TestMetadata("swapAndWith.kt")
|
||||||
public void testSwapAndWith() throws Exception {
|
public void testSwapAndWith() throws Exception {
|
||||||
|
|||||||
+12
@@ -1518,6 +1518,18 @@ public class FirLightTreeSerializeCompileKotlinAgainstInlineKotlinTestGenerated
|
|||||||
runTest("compiler/testData/codegen/boxInline/complex/lambdaInLambda.kt");
|
runTest("compiler/testData/codegen/boxInline/complex/lambdaInLambda.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@TestMetadata("nestedCallsWithGeneric.kt")
|
||||||
|
public void testNestedCallsWithGeneric() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGeneric.kt");
|
||||||
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@TestMetadata("nestedCallsWithGenericToInt.kt")
|
||||||
|
public void testNestedCallsWithGenericToInt() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGenericToInt.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("swapAndWith.kt")
|
@TestMetadata("swapAndWith.kt")
|
||||||
public void testSwapAndWith() throws Exception {
|
public void testSwapAndWith() throws Exception {
|
||||||
|
|||||||
+12
@@ -1518,6 +1518,18 @@ public class FirPsiBlackBoxInlineCodegenWithBytecodeInlinerTestGenerated extends
|
|||||||
runTest("compiler/testData/codegen/boxInline/complex/lambdaInLambda.kt");
|
runTest("compiler/testData/codegen/boxInline/complex/lambdaInLambda.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@TestMetadata("nestedCallsWithGeneric.kt")
|
||||||
|
public void testNestedCallsWithGeneric() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGeneric.kt");
|
||||||
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@TestMetadata("nestedCallsWithGenericToInt.kt")
|
||||||
|
public void testNestedCallsWithGenericToInt() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGenericToInt.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("swapAndWith.kt")
|
@TestMetadata("swapAndWith.kt")
|
||||||
public void testSwapAndWith() throws Exception {
|
public void testSwapAndWith() throws Exception {
|
||||||
|
|||||||
+12
@@ -1518,6 +1518,18 @@ public class FirPsiBlackBoxInlineCodegenWithIrInlinerTestGenerated extends Abstr
|
|||||||
runTest("compiler/testData/codegen/boxInline/complex/lambdaInLambda.kt");
|
runTest("compiler/testData/codegen/boxInline/complex/lambdaInLambda.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@TestMetadata("nestedCallsWithGeneric.kt")
|
||||||
|
public void testNestedCallsWithGeneric() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGeneric.kt");
|
||||||
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@TestMetadata("nestedCallsWithGenericToInt.kt")
|
||||||
|
public void testNestedCallsWithGenericToInt() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGenericToInt.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("swapAndWith.kt")
|
@TestMetadata("swapAndWith.kt")
|
||||||
public void testSwapAndWith() throws Exception {
|
public void testSwapAndWith() throws Exception {
|
||||||
|
|||||||
+12
@@ -1518,6 +1518,18 @@ public class FirPsiSerializeCompileKotlinAgainstInlineKotlinTestGenerated extend
|
|||||||
runTest("compiler/testData/codegen/boxInline/complex/lambdaInLambda.kt");
|
runTest("compiler/testData/codegen/boxInline/complex/lambdaInLambda.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@TestMetadata("nestedCallsWithGeneric.kt")
|
||||||
|
public void testNestedCallsWithGeneric() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGeneric.kt");
|
||||||
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@TestMetadata("nestedCallsWithGenericToInt.kt")
|
||||||
|
public void testNestedCallsWithGenericToInt() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGenericToInt.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("swapAndWith.kt")
|
@TestMetadata("swapAndWith.kt")
|
||||||
public void testSwapAndWith() throws Exception {
|
public void testSwapAndWith() throws Exception {
|
||||||
|
|||||||
+12
@@ -1494,6 +1494,18 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxInlineCo
|
|||||||
runTest("compiler/testData/codegen/boxInline/complex/lambdaInLambda.kt");
|
runTest("compiler/testData/codegen/boxInline/complex/lambdaInLambda.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@TestMetadata("nestedCallsWithGeneric.kt")
|
||||||
|
public void testNestedCallsWithGeneric() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGeneric.kt");
|
||||||
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@TestMetadata("nestedCallsWithGenericToInt.kt")
|
||||||
|
public void testNestedCallsWithGenericToInt() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGenericToInt.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("swapAndWith.kt")
|
@TestMetadata("swapAndWith.kt")
|
||||||
public void testSwapAndWith() throws Exception {
|
public void testSwapAndWith() throws Exception {
|
||||||
|
|||||||
+12
@@ -1494,6 +1494,18 @@ public class CompileKotlinAgainstInlineKotlinTestGenerated extends AbstractCompi
|
|||||||
runTest("compiler/testData/codegen/boxInline/complex/lambdaInLambda.kt");
|
runTest("compiler/testData/codegen/boxInline/complex/lambdaInLambda.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@TestMetadata("nestedCallsWithGeneric.kt")
|
||||||
|
public void testNestedCallsWithGeneric() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGeneric.kt");
|
||||||
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@TestMetadata("nestedCallsWithGenericToInt.kt")
|
||||||
|
public void testNestedCallsWithGenericToInt() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGenericToInt.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("swapAndWith.kt")
|
@TestMetadata("swapAndWith.kt")
|
||||||
public void testSwapAndWith() throws Exception {
|
public void testSwapAndWith() throws Exception {
|
||||||
|
|||||||
+12
@@ -1518,6 +1518,18 @@ public class IrBlackBoxInlineCodegenWithBytecodeInlinerTestGenerated extends Abs
|
|||||||
runTest("compiler/testData/codegen/boxInline/complex/lambdaInLambda.kt");
|
runTest("compiler/testData/codegen/boxInline/complex/lambdaInLambda.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@TestMetadata("nestedCallsWithGeneric.kt")
|
||||||
|
public void testNestedCallsWithGeneric() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGeneric.kt");
|
||||||
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@TestMetadata("nestedCallsWithGenericToInt.kt")
|
||||||
|
public void testNestedCallsWithGenericToInt() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGenericToInt.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("swapAndWith.kt")
|
@TestMetadata("swapAndWith.kt")
|
||||||
public void testSwapAndWith() throws Exception {
|
public void testSwapAndWith() throws Exception {
|
||||||
|
|||||||
+12
@@ -1518,6 +1518,18 @@ public class IrBlackBoxInlineCodegenWithIrInlinerTestGenerated extends AbstractI
|
|||||||
runTest("compiler/testData/codegen/boxInline/complex/lambdaInLambda.kt");
|
runTest("compiler/testData/codegen/boxInline/complex/lambdaInLambda.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@TestMetadata("nestedCallsWithGeneric.kt")
|
||||||
|
public void testNestedCallsWithGeneric() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGeneric.kt");
|
||||||
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@TestMetadata("nestedCallsWithGenericToInt.kt")
|
||||||
|
public void testNestedCallsWithGenericToInt() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGenericToInt.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("swapAndWith.kt")
|
@TestMetadata("swapAndWith.kt")
|
||||||
public void testSwapAndWith() throws Exception {
|
public void testSwapAndWith() throws Exception {
|
||||||
|
|||||||
+12
@@ -1518,6 +1518,18 @@ public class IrCompileKotlinAgainstInlineKotlinTestGenerated extends AbstractIrC
|
|||||||
runTest("compiler/testData/codegen/boxInline/complex/lambdaInLambda.kt");
|
runTest("compiler/testData/codegen/boxInline/complex/lambdaInLambda.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@TestMetadata("nestedCallsWithGeneric.kt")
|
||||||
|
public void testNestedCallsWithGeneric() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGeneric.kt");
|
||||||
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@TestMetadata("nestedCallsWithGenericToInt.kt")
|
||||||
|
public void testNestedCallsWithGenericToInt() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGenericToInt.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("swapAndWith.kt")
|
@TestMetadata("swapAndWith.kt")
|
||||||
public void testSwapAndWith() throws Exception {
|
public void testSwapAndWith() throws Exception {
|
||||||
|
|||||||
+12
@@ -1518,6 +1518,18 @@ public class IrSerializeCompileKotlinAgainstInlineKotlinTestGenerated extends Ab
|
|||||||
runTest("compiler/testData/codegen/boxInline/complex/lambdaInLambda.kt");
|
runTest("compiler/testData/codegen/boxInline/complex/lambdaInLambda.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@TestMetadata("nestedCallsWithGeneric.kt")
|
||||||
|
public void testNestedCallsWithGeneric() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGeneric.kt");
|
||||||
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@TestMetadata("nestedCallsWithGenericToInt.kt")
|
||||||
|
public void testNestedCallsWithGenericToInt() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGenericToInt.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("swapAndWith.kt")
|
@TestMetadata("swapAndWith.kt")
|
||||||
public void testSwapAndWith() throws Exception {
|
public void testSwapAndWith() throws Exception {
|
||||||
|
|||||||
+12
@@ -1518,6 +1518,18 @@ public class JvmIrAgainstOldBoxInlineTestGenerated extends AbstractJvmIrAgainstO
|
|||||||
runTest("compiler/testData/codegen/boxInline/complex/lambdaInLambda.kt");
|
runTest("compiler/testData/codegen/boxInline/complex/lambdaInLambda.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@TestMetadata("nestedCallsWithGeneric.kt")
|
||||||
|
public void testNestedCallsWithGeneric() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGeneric.kt");
|
||||||
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@TestMetadata("nestedCallsWithGenericToInt.kt")
|
||||||
|
public void testNestedCallsWithGenericToInt() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGenericToInt.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("swapAndWith.kt")
|
@TestMetadata("swapAndWith.kt")
|
||||||
public void testSwapAndWith() throws Exception {
|
public void testSwapAndWith() throws Exception {
|
||||||
|
|||||||
+12
@@ -1494,6 +1494,18 @@ public class JvmOldAgainstIrBoxInlineTestGenerated extends AbstractJvmOldAgainst
|
|||||||
runTest("compiler/testData/codegen/boxInline/complex/lambdaInLambda.kt");
|
runTest("compiler/testData/codegen/boxInline/complex/lambdaInLambda.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@TestMetadata("nestedCallsWithGeneric.kt")
|
||||||
|
public void testNestedCallsWithGeneric() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGeneric.kt");
|
||||||
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@TestMetadata("nestedCallsWithGenericToInt.kt")
|
||||||
|
public void testNestedCallsWithGenericToInt() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGenericToInt.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("swapAndWith.kt")
|
@TestMetadata("swapAndWith.kt")
|
||||||
public void testSwapAndWith() throws Exception {
|
public void testSwapAndWith() throws Exception {
|
||||||
|
|||||||
Generated
+12
@@ -1266,6 +1266,18 @@ public class FirJsCodegenInlineTestGenerated extends AbstractFirJsCodegenInlineT
|
|||||||
runTest("compiler/testData/codegen/boxInline/complex/kt44429.kt");
|
runTest("compiler/testData/codegen/boxInline/complex/kt44429.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@TestMetadata("nestedCallsWithGeneric.kt")
|
||||||
|
public void testNestedCallsWithGeneric() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGeneric.kt");
|
||||||
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@TestMetadata("nestedCallsWithGenericToInt.kt")
|
||||||
|
public void testNestedCallsWithGenericToInt() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGenericToInt.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("swapAndWith.kt")
|
@TestMetadata("swapAndWith.kt")
|
||||||
public void testSwapAndWith() throws Exception {
|
public void testSwapAndWith() throws Exception {
|
||||||
|
|||||||
+12
@@ -1266,6 +1266,18 @@ public class IrJsCodegenInlineTestGenerated extends AbstractIrJsCodegenInlineTes
|
|||||||
runTest("compiler/testData/codegen/boxInline/complex/kt44429.kt");
|
runTest("compiler/testData/codegen/boxInline/complex/kt44429.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@TestMetadata("nestedCallsWithGeneric.kt")
|
||||||
|
public void testNestedCallsWithGeneric() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGeneric.kt");
|
||||||
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@TestMetadata("nestedCallsWithGenericToInt.kt")
|
||||||
|
public void testNestedCallsWithGenericToInt() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGenericToInt.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("swapAndWith.kt")
|
@TestMetadata("swapAndWith.kt")
|
||||||
public void testSwapAndWith() throws Exception {
|
public void testSwapAndWith() throws Exception {
|
||||||
|
|||||||
Generated
+12
@@ -1266,6 +1266,18 @@ public class IrJsES6CodegenInlineTestGenerated extends AbstractIrJsES6CodegenInl
|
|||||||
runTest("compiler/testData/codegen/boxInline/complex/kt44429.kt");
|
runTest("compiler/testData/codegen/boxInline/complex/kt44429.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@TestMetadata("nestedCallsWithGeneric.kt")
|
||||||
|
public void testNestedCallsWithGeneric() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGeneric.kt");
|
||||||
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@TestMetadata("nestedCallsWithGenericToInt.kt")
|
||||||
|
public void testNestedCallsWithGenericToInt() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGenericToInt.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("swapAndWith.kt")
|
@TestMetadata("swapAndWith.kt")
|
||||||
public void testSwapAndWith() throws Exception {
|
public void testSwapAndWith() throws Exception {
|
||||||
|
|||||||
+12
@@ -42321,6 +42321,18 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
|
|||||||
runTest("compiler/testData/codegen/boxInline/complex/kt44429.kt");
|
runTest("compiler/testData/codegen/boxInline/complex/kt44429.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@TestMetadata("nestedCallsWithGeneric.kt")
|
||||||
|
public void testNestedCallsWithGeneric() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGeneric.kt");
|
||||||
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@TestMetadata("nestedCallsWithGenericToInt.kt")
|
||||||
|
public void testNestedCallsWithGenericToInt() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGenericToInt.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("swapAndWith.kt")
|
@TestMetadata("swapAndWith.kt")
|
||||||
public void testSwapAndWith() throws Exception {
|
public void testSwapAndWith() throws Exception {
|
||||||
|
|||||||
+12
@@ -43411,6 +43411,18 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
|
|||||||
runTest("compiler/testData/codegen/boxInline/complex/kt44429.kt");
|
runTest("compiler/testData/codegen/boxInline/complex/kt44429.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@TestMetadata("nestedCallsWithGeneric.kt")
|
||||||
|
public void testNestedCallsWithGeneric() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGeneric.kt");
|
||||||
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@TestMetadata("nestedCallsWithGenericToInt.kt")
|
||||||
|
public void testNestedCallsWithGenericToInt() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGenericToInt.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("swapAndWith.kt")
|
@TestMetadata("swapAndWith.kt")
|
||||||
public void testSwapAndWith() throws Exception {
|
public void testSwapAndWith() throws Exception {
|
||||||
|
|||||||
+12
@@ -41777,6 +41777,18 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
|
|||||||
runTest("compiler/testData/codegen/boxInline/complex/kt44429.kt");
|
runTest("compiler/testData/codegen/boxInline/complex/kt44429.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@TestMetadata("nestedCallsWithGeneric.kt")
|
||||||
|
public void testNestedCallsWithGeneric() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGeneric.kt");
|
||||||
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@TestMetadata("nestedCallsWithGenericToInt.kt")
|
||||||
|
public void testNestedCallsWithGenericToInt() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGenericToInt.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("swapAndWith.kt")
|
@TestMetadata("swapAndWith.kt")
|
||||||
public void testSwapAndWith() throws Exception {
|
public void testSwapAndWith() throws Exception {
|
||||||
|
|||||||
+12
@@ -42322,6 +42322,18 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
|
|||||||
runTest("compiler/testData/codegen/boxInline/complex/kt44429.kt");
|
runTest("compiler/testData/codegen/boxInline/complex/kt44429.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@TestMetadata("nestedCallsWithGeneric.kt")
|
||||||
|
public void testNestedCallsWithGeneric() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGeneric.kt");
|
||||||
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@TestMetadata("nestedCallsWithGenericToInt.kt")
|
||||||
|
public void testNestedCallsWithGenericToInt() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGenericToInt.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("swapAndWith.kt")
|
@TestMetadata("swapAndWith.kt")
|
||||||
public void testSwapAndWith() throws Exception {
|
public void testSwapAndWith() throws Exception {
|
||||||
|
|||||||
Generated
+12
@@ -1266,6 +1266,18 @@ public class FirWasmCodegenBoxInlineTestGenerated extends AbstractFirWasmCodegen
|
|||||||
runTest("compiler/testData/codegen/boxInline/complex/kt44429.kt");
|
runTest("compiler/testData/codegen/boxInline/complex/kt44429.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@TestMetadata("nestedCallsWithGeneric.kt")
|
||||||
|
public void testNestedCallsWithGeneric() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGeneric.kt");
|
||||||
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@TestMetadata("nestedCallsWithGenericToInt.kt")
|
||||||
|
public void testNestedCallsWithGenericToInt() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGenericToInt.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("swapAndWith.kt")
|
@TestMetadata("swapAndWith.kt")
|
||||||
public void testSwapAndWith() throws Exception {
|
public void testSwapAndWith() throws Exception {
|
||||||
|
|||||||
Generated
+12
@@ -1266,6 +1266,18 @@ public class K1WasmCodegenBoxInlineTestGenerated extends AbstractK1WasmCodegenBo
|
|||||||
runTest("compiler/testData/codegen/boxInline/complex/kt44429.kt");
|
runTest("compiler/testData/codegen/boxInline/complex/kt44429.kt");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@TestMetadata("nestedCallsWithGeneric.kt")
|
||||||
|
public void testNestedCallsWithGeneric() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGeneric.kt");
|
||||||
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
@TestMetadata("nestedCallsWithGenericToInt.kt")
|
||||||
|
public void testNestedCallsWithGenericToInt() throws Exception {
|
||||||
|
runTest("compiler/testData/codegen/boxInline/complex/nestedCallsWithGenericToInt.kt");
|
||||||
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@TestMetadata("swapAndWith.kt")
|
@TestMetadata("swapAndWith.kt")
|
||||||
public void testSwapAndWith() throws Exception {
|
public void testSwapAndWith() throws Exception {
|
||||||
|
|||||||
Reference in New Issue
Block a user