diff --git a/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirLightTreeBlackBoxInlineCodegenWithBytecodeInlinerTestGenerated.java b/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirLightTreeBlackBoxInlineCodegenWithBytecodeInlinerTestGenerated.java index d94ab1aea2b..caa8d384071 100644 --- a/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirLightTreeBlackBoxInlineCodegenWithBytecodeInlinerTestGenerated.java +++ b/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirLightTreeBlackBoxInlineCodegenWithBytecodeInlinerTestGenerated.java @@ -1518,6 +1518,18 @@ public class FirLightTreeBlackBoxInlineCodegenWithBytecodeInlinerTestGenerated e 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 @TestMetadata("swapAndWith.kt") public void testSwapAndWith() throws Exception { diff --git a/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirLightTreeBlackBoxInlineCodegenWithIrInlinerTestGenerated.java b/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirLightTreeBlackBoxInlineCodegenWithIrInlinerTestGenerated.java index b7197d8813c..060490a20bf 100644 --- a/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirLightTreeBlackBoxInlineCodegenWithIrInlinerTestGenerated.java +++ b/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirLightTreeBlackBoxInlineCodegenWithIrInlinerTestGenerated.java @@ -1518,6 +1518,18 @@ public class FirLightTreeBlackBoxInlineCodegenWithIrInlinerTestGenerated extends 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 @TestMetadata("swapAndWith.kt") public void testSwapAndWith() throws Exception { diff --git a/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirLightTreeSerializeCompileKotlinAgainstInlineKotlinTestGenerated.java b/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirLightTreeSerializeCompileKotlinAgainstInlineKotlinTestGenerated.java index f2d83e4e581..6d9013a68e6 100644 --- a/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirLightTreeSerializeCompileKotlinAgainstInlineKotlinTestGenerated.java +++ b/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirLightTreeSerializeCompileKotlinAgainstInlineKotlinTestGenerated.java @@ -1518,6 +1518,18 @@ public class FirLightTreeSerializeCompileKotlinAgainstInlineKotlinTestGenerated 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 @TestMetadata("swapAndWith.kt") public void testSwapAndWith() throws Exception { diff --git a/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirPsiBlackBoxInlineCodegenWithBytecodeInlinerTestGenerated.java b/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirPsiBlackBoxInlineCodegenWithBytecodeInlinerTestGenerated.java index 77c2e26620d..f4ef13982fc 100644 --- a/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirPsiBlackBoxInlineCodegenWithBytecodeInlinerTestGenerated.java +++ b/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirPsiBlackBoxInlineCodegenWithBytecodeInlinerTestGenerated.java @@ -1518,6 +1518,18 @@ public class FirPsiBlackBoxInlineCodegenWithBytecodeInlinerTestGenerated extends 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 @TestMetadata("swapAndWith.kt") public void testSwapAndWith() throws Exception { diff --git a/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirPsiBlackBoxInlineCodegenWithIrInlinerTestGenerated.java b/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirPsiBlackBoxInlineCodegenWithIrInlinerTestGenerated.java index b831cad8be2..f3ee114dbcd 100644 --- a/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirPsiBlackBoxInlineCodegenWithIrInlinerTestGenerated.java +++ b/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirPsiBlackBoxInlineCodegenWithIrInlinerTestGenerated.java @@ -1518,6 +1518,18 @@ public class FirPsiBlackBoxInlineCodegenWithIrInlinerTestGenerated extends Abstr 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 @TestMetadata("swapAndWith.kt") public void testSwapAndWith() throws Exception { diff --git a/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirPsiSerializeCompileKotlinAgainstInlineKotlinTestGenerated.java b/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirPsiSerializeCompileKotlinAgainstInlineKotlinTestGenerated.java index 9bca8ab92d5..e45de91eef7 100644 --- a/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirPsiSerializeCompileKotlinAgainstInlineKotlinTestGenerated.java +++ b/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirPsiSerializeCompileKotlinAgainstInlineKotlinTestGenerated.java @@ -1518,6 +1518,18 @@ public class FirPsiSerializeCompileKotlinAgainstInlineKotlinTestGenerated extend 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 @TestMetadata("swapAndWith.kt") public void testSwapAndWith() throws Exception { diff --git a/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/BlackBoxInlineCodegenTestGenerated.java b/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/BlackBoxInlineCodegenTestGenerated.java index 3e698e07272..552d86259b3 100644 --- a/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/BlackBoxInlineCodegenTestGenerated.java +++ b/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/BlackBoxInlineCodegenTestGenerated.java @@ -1494,6 +1494,18 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxInlineCo 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 @TestMetadata("swapAndWith.kt") public void testSwapAndWith() throws Exception { diff --git a/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/CompileKotlinAgainstInlineKotlinTestGenerated.java b/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/CompileKotlinAgainstInlineKotlinTestGenerated.java index 03d3bc12c16..f5d8a2df88e 100644 --- a/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/CompileKotlinAgainstInlineKotlinTestGenerated.java +++ b/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/CompileKotlinAgainstInlineKotlinTestGenerated.java @@ -1494,6 +1494,18 @@ public class CompileKotlinAgainstInlineKotlinTestGenerated extends AbstractCompi 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 @TestMetadata("swapAndWith.kt") public void testSwapAndWith() throws Exception { diff --git a/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/IrBlackBoxInlineCodegenWithBytecodeInlinerTestGenerated.java b/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/IrBlackBoxInlineCodegenWithBytecodeInlinerTestGenerated.java index cbe7eeb0b3a..223e354fbe2 100644 --- a/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/IrBlackBoxInlineCodegenWithBytecodeInlinerTestGenerated.java +++ b/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/IrBlackBoxInlineCodegenWithBytecodeInlinerTestGenerated.java @@ -1518,6 +1518,18 @@ public class IrBlackBoxInlineCodegenWithBytecodeInlinerTestGenerated extends Abs 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 @TestMetadata("swapAndWith.kt") public void testSwapAndWith() throws Exception { diff --git a/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/IrBlackBoxInlineCodegenWithIrInlinerTestGenerated.java b/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/IrBlackBoxInlineCodegenWithIrInlinerTestGenerated.java index fd5d23c3d86..86c0af0ca7c 100644 --- a/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/IrBlackBoxInlineCodegenWithIrInlinerTestGenerated.java +++ b/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/IrBlackBoxInlineCodegenWithIrInlinerTestGenerated.java @@ -1518,6 +1518,18 @@ public class IrBlackBoxInlineCodegenWithIrInlinerTestGenerated extends AbstractI 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 @TestMetadata("swapAndWith.kt") public void testSwapAndWith() throws Exception { diff --git a/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/IrCompileKotlinAgainstInlineKotlinTestGenerated.java b/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/IrCompileKotlinAgainstInlineKotlinTestGenerated.java index a56421bad72..2f117383d27 100644 --- a/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/IrCompileKotlinAgainstInlineKotlinTestGenerated.java +++ b/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/IrCompileKotlinAgainstInlineKotlinTestGenerated.java @@ -1518,6 +1518,18 @@ public class IrCompileKotlinAgainstInlineKotlinTestGenerated extends AbstractIrC 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 @TestMetadata("swapAndWith.kt") public void testSwapAndWith() throws Exception { diff --git a/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/IrSerializeCompileKotlinAgainstInlineKotlinTestGenerated.java b/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/IrSerializeCompileKotlinAgainstInlineKotlinTestGenerated.java index 6f812b9ac75..89277726769 100644 --- a/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/IrSerializeCompileKotlinAgainstInlineKotlinTestGenerated.java +++ b/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/IrSerializeCompileKotlinAgainstInlineKotlinTestGenerated.java @@ -1518,6 +1518,18 @@ public class IrSerializeCompileKotlinAgainstInlineKotlinTestGenerated extends Ab 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 @TestMetadata("swapAndWith.kt") public void testSwapAndWith() throws Exception { diff --git a/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/JvmIrAgainstOldBoxInlineTestGenerated.java b/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/JvmIrAgainstOldBoxInlineTestGenerated.java index bdca8412c68..0409b294cf6 100644 --- a/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/JvmIrAgainstOldBoxInlineTestGenerated.java +++ b/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/JvmIrAgainstOldBoxInlineTestGenerated.java @@ -1518,6 +1518,18 @@ public class JvmIrAgainstOldBoxInlineTestGenerated extends AbstractJvmIrAgainstO 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 @TestMetadata("swapAndWith.kt") public void testSwapAndWith() throws Exception { diff --git a/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/JvmOldAgainstIrBoxInlineTestGenerated.java b/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/JvmOldAgainstIrBoxInlineTestGenerated.java index 96d6dd37821..cdc8aa8aea9 100644 --- a/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/JvmOldAgainstIrBoxInlineTestGenerated.java +++ b/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/JvmOldAgainstIrBoxInlineTestGenerated.java @@ -1494,6 +1494,18 @@ public class JvmOldAgainstIrBoxInlineTestGenerated extends AbstractJvmOldAgainst 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 @TestMetadata("swapAndWith.kt") public void testSwapAndWith() throws Exception { diff --git a/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/fir/FirJsCodegenInlineTestGenerated.java b/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/fir/FirJsCodegenInlineTestGenerated.java index 423f35f3a00..2334843995a 100644 --- a/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/fir/FirJsCodegenInlineTestGenerated.java +++ b/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/fir/FirJsCodegenInlineTestGenerated.java @@ -1266,6 +1266,18 @@ public class FirJsCodegenInlineTestGenerated extends AbstractFirJsCodegenInlineT 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 @TestMetadata("swapAndWith.kt") public void testSwapAndWith() throws Exception { diff --git a/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/ir/IrJsCodegenInlineTestGenerated.java b/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/ir/IrJsCodegenInlineTestGenerated.java index d29358f9b9f..9dc39657b4c 100644 --- a/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/ir/IrJsCodegenInlineTestGenerated.java +++ b/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/ir/IrJsCodegenInlineTestGenerated.java @@ -1266,6 +1266,18 @@ public class IrJsCodegenInlineTestGenerated extends AbstractIrJsCodegenInlineTes 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 @TestMetadata("swapAndWith.kt") public void testSwapAndWith() throws Exception { diff --git a/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/ir/IrJsES6CodegenInlineTestGenerated.java b/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/ir/IrJsES6CodegenInlineTestGenerated.java index c0ed15dc496..01284e0567d 100644 --- a/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/ir/IrJsES6CodegenInlineTestGenerated.java +++ b/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/ir/IrJsES6CodegenInlineTestGenerated.java @@ -1266,6 +1266,18 @@ public class IrJsES6CodegenInlineTestGenerated extends AbstractIrJsES6CodegenInl 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 @TestMetadata("swapAndWith.kt") public void testSwapAndWith() throws Exception { diff --git a/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/FirNativeCodegenBoxTestGenerated.java b/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/FirNativeCodegenBoxTestGenerated.java index bdf8576daa5..68f534ebe27 100644 --- a/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/FirNativeCodegenBoxTestGenerated.java +++ b/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/FirNativeCodegenBoxTestGenerated.java @@ -42321,6 +42321,18 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe 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 @TestMetadata("swapAndWith.kt") public void testSwapAndWith() throws Exception { diff --git a/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/FirNativeCodegenBoxTestNoPLGenerated.java b/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/FirNativeCodegenBoxTestNoPLGenerated.java index 515f471014a..e37d25e70a8 100644 --- a/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/FirNativeCodegenBoxTestNoPLGenerated.java +++ b/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/FirNativeCodegenBoxTestNoPLGenerated.java @@ -43411,6 +43411,18 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB 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 @TestMetadata("swapAndWith.kt") public void testSwapAndWith() throws Exception { diff --git a/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/NativeCodegenBoxTestGenerated.java b/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/NativeCodegenBoxTestGenerated.java index 9bb937960ab..436ce962810 100644 --- a/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/NativeCodegenBoxTestGenerated.java +++ b/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/NativeCodegenBoxTestGenerated.java @@ -41777,6 +41777,18 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest 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 @TestMetadata("swapAndWith.kt") public void testSwapAndWith() throws Exception { diff --git a/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/NativeCodegenBoxTestNoPLGenerated.java b/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/NativeCodegenBoxTestNoPLGenerated.java index d11c4f6f77d..41cc513c4cc 100644 --- a/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/NativeCodegenBoxTestNoPLGenerated.java +++ b/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/NativeCodegenBoxTestNoPLGenerated.java @@ -42322,6 +42322,18 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT 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 @TestMetadata("swapAndWith.kt") public void testSwapAndWith() throws Exception { diff --git a/wasm/wasm.tests/tests-gen/org/jetbrains/kotlin/wasm/test/FirWasmCodegenBoxInlineTestGenerated.java b/wasm/wasm.tests/tests-gen/org/jetbrains/kotlin/wasm/test/FirWasmCodegenBoxInlineTestGenerated.java index 1e86d89483e..88cfe1425b8 100644 --- a/wasm/wasm.tests/tests-gen/org/jetbrains/kotlin/wasm/test/FirWasmCodegenBoxInlineTestGenerated.java +++ b/wasm/wasm.tests/tests-gen/org/jetbrains/kotlin/wasm/test/FirWasmCodegenBoxInlineTestGenerated.java @@ -1266,6 +1266,18 @@ public class FirWasmCodegenBoxInlineTestGenerated extends AbstractFirWasmCodegen 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 @TestMetadata("swapAndWith.kt") public void testSwapAndWith() throws Exception { diff --git a/wasm/wasm.tests/tests-gen/org/jetbrains/kotlin/wasm/test/K1WasmCodegenBoxInlineTestGenerated.java b/wasm/wasm.tests/tests-gen/org/jetbrains/kotlin/wasm/test/K1WasmCodegenBoxInlineTestGenerated.java index ca3a3395229..a8c07b03df9 100644 --- a/wasm/wasm.tests/tests-gen/org/jetbrains/kotlin/wasm/test/K1WasmCodegenBoxInlineTestGenerated.java +++ b/wasm/wasm.tests/tests-gen/org/jetbrains/kotlin/wasm/test/K1WasmCodegenBoxInlineTestGenerated.java @@ -1266,6 +1266,18 @@ public class K1WasmCodegenBoxInlineTestGenerated extends AbstractK1WasmCodegenBo 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 @TestMetadata("swapAndWith.kt") public void testSwapAndWith() throws Exception {