From 0af4ef8ee9ffd9c09b95ce1b318f186324589baa Mon Sep 17 00:00:00 2001 From: Ivan Kylchik Date: Wed, 21 Dec 2022 18:30:17 +0100 Subject: [PATCH] Fix typo in test name: `inlinInDefault` -> `inlineInDefault` --- ...degenWithBytecodeInlinerTestGenerated.java | 24 +++++++++---------- ...lineCodegenWithIrInlinerTestGenerated.java | 24 +++++++++---------- ...otlinAgainstInlineKotlinTestGenerated.java | 24 +++++++++---------- ...degenWithBytecodeInlinerTestGenerated.java | 24 +++++++++---------- ...lineCodegenWithIrInlinerTestGenerated.java | 24 +++++++++---------- ...otlinAgainstInlineKotlinTestGenerated.java | 24 +++++++++---------- .../{inlinInDefault.kt => inlineInDefault.kt} | 0 ...linInDefault.smap => inlineInDefault.smap} | 0 ...inlinInDefault2.kt => inlineInDefault2.kt} | 0 ...nInDefault2.smap => inlineInDefault2.smap} | 0 .../BlackBoxInlineCodegenTestGenerated.java | 24 +++++++++---------- ...otlinAgainstInlineKotlinTestGenerated.java | 24 +++++++++---------- ...degenWithBytecodeInlinerTestGenerated.java | 24 +++++++++---------- ...lineCodegenWithIrInlinerTestGenerated.java | 24 +++++++++---------- ...otlinAgainstInlineKotlinTestGenerated.java | 24 +++++++++---------- ...otlinAgainstInlineKotlinTestGenerated.java | 24 +++++++++---------- ...JvmIrAgainstOldBoxInlineTestGenerated.java | 24 +++++++++---------- ...JvmOldAgainstIrBoxInlineTestGenerated.java | 24 +++++++++---------- .../js/test/JsCodegenInlineTestGenerated.java | 24 +++++++++---------- .../fir/FirJsCodegenInlineTestGenerated.java | 24 +++++++++---------- .../ir/IrJsCodegenInlineTestGenerated.java | 24 +++++++++---------- .../ir/IrJsES6CodegenInlineTestGenerated.java | 24 +++++++++---------- .../K2NativeCodegenBoxTestGenerated.java | 24 +++++++++---------- .../NativeCodegenBoxTestGenerated.java | 24 +++++++++---------- .../IrCodegenBoxInlineWasmTestGenerated.java | 20 ++++++++-------- 25 files changed, 250 insertions(+), 250 deletions(-) rename compiler/testData/codegen/boxInline/smap/defaultLambda/{inlinInDefault.kt => inlineInDefault.kt} (100%) rename compiler/testData/codegen/boxInline/smap/defaultLambda/{inlinInDefault.smap => inlineInDefault.smap} (100%) rename compiler/testData/codegen/boxInline/smap/defaultLambda/{inlinInDefault2.kt => inlineInDefault2.kt} (100%) rename compiler/testData/codegen/boxInline/smap/defaultLambda/{inlinInDefault2.smap => inlineInDefault2.smap} (100%) 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 911cdbb0db4..070cd0ebbef 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 @@ -4775,18 +4775,6 @@ public class FirLightTreeBlackBoxInlineCodegenWithBytecodeInlinerTestGenerated e runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/defaultLambdaInAnonymous.kt"); } - @Test - @TestMetadata("inlinInDefault.kt") - public void testInlinInDefault() throws Exception { - runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlinInDefault.kt"); - } - - @Test - @TestMetadata("inlinInDefault2.kt") - public void testInlinInDefault2() throws Exception { - runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlinInDefault2.kt"); - } - @Test @TestMetadata("inlineAnonymousInDefault.kt") public void testInlineAnonymousInDefault() throws Exception { @@ -4799,6 +4787,18 @@ public class FirLightTreeBlackBoxInlineCodegenWithBytecodeInlinerTestGenerated e runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineAnonymousInDefault2.kt"); } + @Test + @TestMetadata("inlineInDefault.kt") + public void testInlineInDefault() throws Exception { + runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineInDefault.kt"); + } + + @Test + @TestMetadata("inlineInDefault2.kt") + public void testInlineInDefault2() throws Exception { + runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineInDefault2.kt"); + } + @Test @TestMetadata("kt21827.kt") public void testKt21827() 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 19fbc777863..172bc72e67c 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 @@ -4775,18 +4775,6 @@ public class FirLightTreeBlackBoxInlineCodegenWithIrInlinerTestGenerated extends runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/defaultLambdaInAnonymous.kt"); } - @Test - @TestMetadata("inlinInDefault.kt") - public void testInlinInDefault() throws Exception { - runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlinInDefault.kt"); - } - - @Test - @TestMetadata("inlinInDefault2.kt") - public void testInlinInDefault2() throws Exception { - runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlinInDefault2.kt"); - } - @Test @TestMetadata("inlineAnonymousInDefault.kt") public void testInlineAnonymousInDefault() throws Exception { @@ -4799,6 +4787,18 @@ public class FirLightTreeBlackBoxInlineCodegenWithIrInlinerTestGenerated extends runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineAnonymousInDefault2.kt"); } + @Test + @TestMetadata("inlineInDefault.kt") + public void testInlineInDefault() throws Exception { + runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineInDefault.kt"); + } + + @Test + @TestMetadata("inlineInDefault2.kt") + public void testInlineInDefault2() throws Exception { + runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineInDefault2.kt"); + } + @Test @TestMetadata("kt21827.kt") public void testKt21827() 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 1e46e9219ed..7b852be5e75 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 @@ -4775,18 +4775,6 @@ public class FirLightTreeSerializeCompileKotlinAgainstInlineKotlinTestGenerated runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/defaultLambdaInAnonymous.kt"); } - @Test - @TestMetadata("inlinInDefault.kt") - public void testInlinInDefault() throws Exception { - runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlinInDefault.kt"); - } - - @Test - @TestMetadata("inlinInDefault2.kt") - public void testInlinInDefault2() throws Exception { - runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlinInDefault2.kt"); - } - @Test @TestMetadata("inlineAnonymousInDefault.kt") public void testInlineAnonymousInDefault() throws Exception { @@ -4799,6 +4787,18 @@ public class FirLightTreeSerializeCompileKotlinAgainstInlineKotlinTestGenerated runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineAnonymousInDefault2.kt"); } + @Test + @TestMetadata("inlineInDefault.kt") + public void testInlineInDefault() throws Exception { + runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineInDefault.kt"); + } + + @Test + @TestMetadata("inlineInDefault2.kt") + public void testInlineInDefault2() throws Exception { + runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineInDefault2.kt"); + } + @Test @TestMetadata("kt21827.kt") public void testKt21827() 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 f19847e524c..768e12ffede 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 @@ -4775,18 +4775,6 @@ public class FirPsiBlackBoxInlineCodegenWithBytecodeInlinerTestGenerated extends runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/defaultLambdaInAnonymous.kt"); } - @Test - @TestMetadata("inlinInDefault.kt") - public void testInlinInDefault() throws Exception { - runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlinInDefault.kt"); - } - - @Test - @TestMetadata("inlinInDefault2.kt") - public void testInlinInDefault2() throws Exception { - runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlinInDefault2.kt"); - } - @Test @TestMetadata("inlineAnonymousInDefault.kt") public void testInlineAnonymousInDefault() throws Exception { @@ -4799,6 +4787,18 @@ public class FirPsiBlackBoxInlineCodegenWithBytecodeInlinerTestGenerated extends runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineAnonymousInDefault2.kt"); } + @Test + @TestMetadata("inlineInDefault.kt") + public void testInlineInDefault() throws Exception { + runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineInDefault.kt"); + } + + @Test + @TestMetadata("inlineInDefault2.kt") + public void testInlineInDefault2() throws Exception { + runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineInDefault2.kt"); + } + @Test @TestMetadata("kt21827.kt") public void testKt21827() 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 dd469b04d50..2a6a160ffdd 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 @@ -4775,18 +4775,6 @@ public class FirPsiBlackBoxInlineCodegenWithIrInlinerTestGenerated extends Abstr runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/defaultLambdaInAnonymous.kt"); } - @Test - @TestMetadata("inlinInDefault.kt") - public void testInlinInDefault() throws Exception { - runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlinInDefault.kt"); - } - - @Test - @TestMetadata("inlinInDefault2.kt") - public void testInlinInDefault2() throws Exception { - runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlinInDefault2.kt"); - } - @Test @TestMetadata("inlineAnonymousInDefault.kt") public void testInlineAnonymousInDefault() throws Exception { @@ -4799,6 +4787,18 @@ public class FirPsiBlackBoxInlineCodegenWithIrInlinerTestGenerated extends Abstr runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineAnonymousInDefault2.kt"); } + @Test + @TestMetadata("inlineInDefault.kt") + public void testInlineInDefault() throws Exception { + runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineInDefault.kt"); + } + + @Test + @TestMetadata("inlineInDefault2.kt") + public void testInlineInDefault2() throws Exception { + runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineInDefault2.kt"); + } + @Test @TestMetadata("kt21827.kt") public void testKt21827() 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 a573d4b37d0..b03f4a15f82 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 @@ -4775,18 +4775,6 @@ public class FirPsiSerializeCompileKotlinAgainstInlineKotlinTestGenerated extend runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/defaultLambdaInAnonymous.kt"); } - @Test - @TestMetadata("inlinInDefault.kt") - public void testInlinInDefault() throws Exception { - runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlinInDefault.kt"); - } - - @Test - @TestMetadata("inlinInDefault2.kt") - public void testInlinInDefault2() throws Exception { - runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlinInDefault2.kt"); - } - @Test @TestMetadata("inlineAnonymousInDefault.kt") public void testInlineAnonymousInDefault() throws Exception { @@ -4799,6 +4787,18 @@ public class FirPsiSerializeCompileKotlinAgainstInlineKotlinTestGenerated extend runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineAnonymousInDefault2.kt"); } + @Test + @TestMetadata("inlineInDefault.kt") + public void testInlineInDefault() throws Exception { + runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineInDefault.kt"); + } + + @Test + @TestMetadata("inlineInDefault2.kt") + public void testInlineInDefault2() throws Exception { + runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineInDefault2.kt"); + } + @Test @TestMetadata("kt21827.kt") public void testKt21827() throws Exception { diff --git a/compiler/testData/codegen/boxInline/smap/defaultLambda/inlinInDefault.kt b/compiler/testData/codegen/boxInline/smap/defaultLambda/inlineInDefault.kt similarity index 100% rename from compiler/testData/codegen/boxInline/smap/defaultLambda/inlinInDefault.kt rename to compiler/testData/codegen/boxInline/smap/defaultLambda/inlineInDefault.kt diff --git a/compiler/testData/codegen/boxInline/smap/defaultLambda/inlinInDefault.smap b/compiler/testData/codegen/boxInline/smap/defaultLambda/inlineInDefault.smap similarity index 100% rename from compiler/testData/codegen/boxInline/smap/defaultLambda/inlinInDefault.smap rename to compiler/testData/codegen/boxInline/smap/defaultLambda/inlineInDefault.smap diff --git a/compiler/testData/codegen/boxInline/smap/defaultLambda/inlinInDefault2.kt b/compiler/testData/codegen/boxInline/smap/defaultLambda/inlineInDefault2.kt similarity index 100% rename from compiler/testData/codegen/boxInline/smap/defaultLambda/inlinInDefault2.kt rename to compiler/testData/codegen/boxInline/smap/defaultLambda/inlineInDefault2.kt diff --git a/compiler/testData/codegen/boxInline/smap/defaultLambda/inlinInDefault2.smap b/compiler/testData/codegen/boxInline/smap/defaultLambda/inlineInDefault2.smap similarity index 100% rename from compiler/testData/codegen/boxInline/smap/defaultLambda/inlinInDefault2.smap rename to compiler/testData/codegen/boxInline/smap/defaultLambda/inlineInDefault2.smap 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 134c679868a..f0ef560a663 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 @@ -4703,18 +4703,6 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxInlineCo runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/defaultLambdaInAnonymous.kt"); } - @Test - @TestMetadata("inlinInDefault.kt") - public void testInlinInDefault() throws Exception { - runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlinInDefault.kt"); - } - - @Test - @TestMetadata("inlinInDefault2.kt") - public void testInlinInDefault2() throws Exception { - runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlinInDefault2.kt"); - } - @Test @TestMetadata("inlineAnonymousInDefault.kt") public void testInlineAnonymousInDefault() throws Exception { @@ -4727,6 +4715,18 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxInlineCo runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineAnonymousInDefault2.kt"); } + @Test + @TestMetadata("inlineInDefault.kt") + public void testInlineInDefault() throws Exception { + runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineInDefault.kt"); + } + + @Test + @TestMetadata("inlineInDefault2.kt") + public void testInlineInDefault2() throws Exception { + runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineInDefault2.kt"); + } + @Test @TestMetadata("kt21827.kt") public void testKt21827() 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 99bbe4b2238..86d4be32a3b 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 @@ -4703,18 +4703,6 @@ public class CompileKotlinAgainstInlineKotlinTestGenerated extends AbstractCompi runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/defaultLambdaInAnonymous.kt"); } - @Test - @TestMetadata("inlinInDefault.kt") - public void testInlinInDefault() throws Exception { - runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlinInDefault.kt"); - } - - @Test - @TestMetadata("inlinInDefault2.kt") - public void testInlinInDefault2() throws Exception { - runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlinInDefault2.kt"); - } - @Test @TestMetadata("inlineAnonymousInDefault.kt") public void testInlineAnonymousInDefault() throws Exception { @@ -4727,6 +4715,18 @@ public class CompileKotlinAgainstInlineKotlinTestGenerated extends AbstractCompi runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineAnonymousInDefault2.kt"); } + @Test + @TestMetadata("inlineInDefault.kt") + public void testInlineInDefault() throws Exception { + runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineInDefault.kt"); + } + + @Test + @TestMetadata("inlineInDefault2.kt") + public void testInlineInDefault2() throws Exception { + runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineInDefault2.kt"); + } + @Test @TestMetadata("kt21827.kt") public void testKt21827() 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 2c2246f7875..5fec7762103 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 @@ -4775,18 +4775,6 @@ public class IrBlackBoxInlineCodegenWithBytecodeInlinerTestGenerated extends Abs runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/defaultLambdaInAnonymous.kt"); } - @Test - @TestMetadata("inlinInDefault.kt") - public void testInlinInDefault() throws Exception { - runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlinInDefault.kt"); - } - - @Test - @TestMetadata("inlinInDefault2.kt") - public void testInlinInDefault2() throws Exception { - runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlinInDefault2.kt"); - } - @Test @TestMetadata("inlineAnonymousInDefault.kt") public void testInlineAnonymousInDefault() throws Exception { @@ -4799,6 +4787,18 @@ public class IrBlackBoxInlineCodegenWithBytecodeInlinerTestGenerated extends Abs runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineAnonymousInDefault2.kt"); } + @Test + @TestMetadata("inlineInDefault.kt") + public void testInlineInDefault() throws Exception { + runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineInDefault.kt"); + } + + @Test + @TestMetadata("inlineInDefault2.kt") + public void testInlineInDefault2() throws Exception { + runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineInDefault2.kt"); + } + @Test @TestMetadata("kt21827.kt") public void testKt21827() 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 874bab5ca61..f443f05a958 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 @@ -4775,18 +4775,6 @@ public class IrBlackBoxInlineCodegenWithIrInlinerTestGenerated extends AbstractI runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/defaultLambdaInAnonymous.kt"); } - @Test - @TestMetadata("inlinInDefault.kt") - public void testInlinInDefault() throws Exception { - runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlinInDefault.kt"); - } - - @Test - @TestMetadata("inlinInDefault2.kt") - public void testInlinInDefault2() throws Exception { - runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlinInDefault2.kt"); - } - @Test @TestMetadata("inlineAnonymousInDefault.kt") public void testInlineAnonymousInDefault() throws Exception { @@ -4799,6 +4787,18 @@ public class IrBlackBoxInlineCodegenWithIrInlinerTestGenerated extends AbstractI runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineAnonymousInDefault2.kt"); } + @Test + @TestMetadata("inlineInDefault.kt") + public void testInlineInDefault() throws Exception { + runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineInDefault.kt"); + } + + @Test + @TestMetadata("inlineInDefault2.kt") + public void testInlineInDefault2() throws Exception { + runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineInDefault2.kt"); + } + @Test @TestMetadata("kt21827.kt") public void testKt21827() 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 1afdb466732..b862bb147a5 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 @@ -4775,18 +4775,6 @@ public class IrCompileKotlinAgainstInlineKotlinTestGenerated extends AbstractIrC runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/defaultLambdaInAnonymous.kt"); } - @Test - @TestMetadata("inlinInDefault.kt") - public void testInlinInDefault() throws Exception { - runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlinInDefault.kt"); - } - - @Test - @TestMetadata("inlinInDefault2.kt") - public void testInlinInDefault2() throws Exception { - runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlinInDefault2.kt"); - } - @Test @TestMetadata("inlineAnonymousInDefault.kt") public void testInlineAnonymousInDefault() throws Exception { @@ -4799,6 +4787,18 @@ public class IrCompileKotlinAgainstInlineKotlinTestGenerated extends AbstractIrC runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineAnonymousInDefault2.kt"); } + @Test + @TestMetadata("inlineInDefault.kt") + public void testInlineInDefault() throws Exception { + runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineInDefault.kt"); + } + + @Test + @TestMetadata("inlineInDefault2.kt") + public void testInlineInDefault2() throws Exception { + runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineInDefault2.kt"); + } + @Test @TestMetadata("kt21827.kt") public void testKt21827() 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 b575373304e..f4ece48c213 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 @@ -4775,18 +4775,6 @@ public class IrSerializeCompileKotlinAgainstInlineKotlinTestGenerated extends Ab runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/defaultLambdaInAnonymous.kt"); } - @Test - @TestMetadata("inlinInDefault.kt") - public void testInlinInDefault() throws Exception { - runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlinInDefault.kt"); - } - - @Test - @TestMetadata("inlinInDefault2.kt") - public void testInlinInDefault2() throws Exception { - runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlinInDefault2.kt"); - } - @Test @TestMetadata("inlineAnonymousInDefault.kt") public void testInlineAnonymousInDefault() throws Exception { @@ -4799,6 +4787,18 @@ public class IrSerializeCompileKotlinAgainstInlineKotlinTestGenerated extends Ab runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineAnonymousInDefault2.kt"); } + @Test + @TestMetadata("inlineInDefault.kt") + public void testInlineInDefault() throws Exception { + runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineInDefault.kt"); + } + + @Test + @TestMetadata("inlineInDefault2.kt") + public void testInlineInDefault2() throws Exception { + runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineInDefault2.kt"); + } + @Test @TestMetadata("kt21827.kt") public void testKt21827() 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 700ebfc7b3a..125413e23cb 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 @@ -4775,18 +4775,6 @@ public class JvmIrAgainstOldBoxInlineTestGenerated extends AbstractJvmIrAgainstO runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/defaultLambdaInAnonymous.kt"); } - @Test - @TestMetadata("inlinInDefault.kt") - public void testInlinInDefault() throws Exception { - runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlinInDefault.kt"); - } - - @Test - @TestMetadata("inlinInDefault2.kt") - public void testInlinInDefault2() throws Exception { - runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlinInDefault2.kt"); - } - @Test @TestMetadata("inlineAnonymousInDefault.kt") public void testInlineAnonymousInDefault() throws Exception { @@ -4799,6 +4787,18 @@ public class JvmIrAgainstOldBoxInlineTestGenerated extends AbstractJvmIrAgainstO runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineAnonymousInDefault2.kt"); } + @Test + @TestMetadata("inlineInDefault.kt") + public void testInlineInDefault() throws Exception { + runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineInDefault.kt"); + } + + @Test + @TestMetadata("inlineInDefault2.kt") + public void testInlineInDefault2() throws Exception { + runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineInDefault2.kt"); + } + @Test @TestMetadata("kt21827.kt") public void testKt21827() 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 ec0b0ed568b..b9c8ff492bc 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 @@ -4703,18 +4703,6 @@ public class JvmOldAgainstIrBoxInlineTestGenerated extends AbstractJvmOldAgainst runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/defaultLambdaInAnonymous.kt"); } - @Test - @TestMetadata("inlinInDefault.kt") - public void testInlinInDefault() throws Exception { - runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlinInDefault.kt"); - } - - @Test - @TestMetadata("inlinInDefault2.kt") - public void testInlinInDefault2() throws Exception { - runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlinInDefault2.kt"); - } - @Test @TestMetadata("inlineAnonymousInDefault.kt") public void testInlineAnonymousInDefault() throws Exception { @@ -4727,6 +4715,18 @@ public class JvmOldAgainstIrBoxInlineTestGenerated extends AbstractJvmOldAgainst runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineAnonymousInDefault2.kt"); } + @Test + @TestMetadata("inlineInDefault.kt") + public void testInlineInDefault() throws Exception { + runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineInDefault.kt"); + } + + @Test + @TestMetadata("inlineInDefault2.kt") + public void testInlineInDefault2() throws Exception { + runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineInDefault2.kt"); + } + @Test @TestMetadata("kt21827.kt") public void testKt21827() throws Exception { diff --git a/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/JsCodegenInlineTestGenerated.java b/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/JsCodegenInlineTestGenerated.java index 4f03a1bda49..244c6129326 100644 --- a/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/JsCodegenInlineTestGenerated.java +++ b/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/JsCodegenInlineTestGenerated.java @@ -4115,18 +4115,6 @@ public class JsCodegenInlineTestGenerated extends AbstractJsCodegenInlineTest { runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/defaultLambdaInAnonymous.kt"); } - @Test - @TestMetadata("inlinInDefault.kt") - public void testInlinInDefault() throws Exception { - runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlinInDefault.kt"); - } - - @Test - @TestMetadata("inlinInDefault2.kt") - public void testInlinInDefault2() throws Exception { - runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlinInDefault2.kt"); - } - @Test @TestMetadata("inlineAnonymousInDefault.kt") public void testInlineAnonymousInDefault() throws Exception { @@ -4139,6 +4127,18 @@ public class JsCodegenInlineTestGenerated extends AbstractJsCodegenInlineTest { runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineAnonymousInDefault2.kt"); } + @Test + @TestMetadata("inlineInDefault.kt") + public void testInlineInDefault() throws Exception { + runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineInDefault.kt"); + } + + @Test + @TestMetadata("inlineInDefault2.kt") + public void testInlineInDefault2() throws Exception { + runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineInDefault2.kt"); + } + @Test @TestMetadata("kt21827.kt") public void testKt21827() 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 212aaf3c624..1a56b529622 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 @@ -4115,18 +4115,6 @@ public class FirJsCodegenInlineTestGenerated extends AbstractFirJsCodegenInlineT runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/defaultLambdaInAnonymous.kt"); } - @Test - @TestMetadata("inlinInDefault.kt") - public void testInlinInDefault() throws Exception { - runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlinInDefault.kt"); - } - - @Test - @TestMetadata("inlinInDefault2.kt") - public void testInlinInDefault2() throws Exception { - runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlinInDefault2.kt"); - } - @Test @TestMetadata("inlineAnonymousInDefault.kt") public void testInlineAnonymousInDefault() throws Exception { @@ -4139,6 +4127,18 @@ public class FirJsCodegenInlineTestGenerated extends AbstractFirJsCodegenInlineT runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineAnonymousInDefault2.kt"); } + @Test + @TestMetadata("inlineInDefault.kt") + public void testInlineInDefault() throws Exception { + runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineInDefault.kt"); + } + + @Test + @TestMetadata("inlineInDefault2.kt") + public void testInlineInDefault2() throws Exception { + runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineInDefault2.kt"); + } + @Test @TestMetadata("kt21827.kt") public void testKt21827() 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 8e9bb68bb72..6404404f0a1 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 @@ -4115,18 +4115,6 @@ public class IrJsCodegenInlineTestGenerated extends AbstractIrJsCodegenInlineTes runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/defaultLambdaInAnonymous.kt"); } - @Test - @TestMetadata("inlinInDefault.kt") - public void testInlinInDefault() throws Exception { - runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlinInDefault.kt"); - } - - @Test - @TestMetadata("inlinInDefault2.kt") - public void testInlinInDefault2() throws Exception { - runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlinInDefault2.kt"); - } - @Test @TestMetadata("inlineAnonymousInDefault.kt") public void testInlineAnonymousInDefault() throws Exception { @@ -4139,6 +4127,18 @@ public class IrJsCodegenInlineTestGenerated extends AbstractIrJsCodegenInlineTes runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineAnonymousInDefault2.kt"); } + @Test + @TestMetadata("inlineInDefault.kt") + public void testInlineInDefault() throws Exception { + runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineInDefault.kt"); + } + + @Test + @TestMetadata("inlineInDefault2.kt") + public void testInlineInDefault2() throws Exception { + runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineInDefault2.kt"); + } + @Test @TestMetadata("kt21827.kt") public void testKt21827() 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 48dff4c39ac..172c460f9e6 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 @@ -4115,18 +4115,6 @@ public class IrJsES6CodegenInlineTestGenerated extends AbstractIrJsES6CodegenInl runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/defaultLambdaInAnonymous.kt"); } - @Test - @TestMetadata("inlinInDefault.kt") - public void testInlinInDefault() throws Exception { - runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlinInDefault.kt"); - } - - @Test - @TestMetadata("inlinInDefault2.kt") - public void testInlinInDefault2() throws Exception { - runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlinInDefault2.kt"); - } - @Test @TestMetadata("inlineAnonymousInDefault.kt") public void testInlineAnonymousInDefault() throws Exception { @@ -4139,6 +4127,18 @@ public class IrJsES6CodegenInlineTestGenerated extends AbstractIrJsES6CodegenInl runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineAnonymousInDefault2.kt"); } + @Test + @TestMetadata("inlineInDefault.kt") + public void testInlineInDefault() throws Exception { + runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineInDefault.kt"); + } + + @Test + @TestMetadata("inlineInDefault2.kt") + public void testInlineInDefault2() throws Exception { + runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineInDefault2.kt"); + } + @Test @TestMetadata("kt21827.kt") public void testKt21827() throws Exception { diff --git a/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/K2NativeCodegenBoxTestGenerated.java b/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/K2NativeCodegenBoxTestGenerated.java index ed92ec8991c..a78472e9a63 100644 --- a/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/K2NativeCodegenBoxTestGenerated.java +++ b/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/blackboxtest/K2NativeCodegenBoxTestGenerated.java @@ -45596,18 +45596,6 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/defaultLambdaInAnonymous.kt"); } - @Test - @TestMetadata("inlinInDefault.kt") - public void testInlinInDefault() throws Exception { - runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlinInDefault.kt"); - } - - @Test - @TestMetadata("inlinInDefault2.kt") - public void testInlinInDefault2() throws Exception { - runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlinInDefault2.kt"); - } - @Test @TestMetadata("inlineAnonymousInDefault.kt") public void testInlineAnonymousInDefault() throws Exception { @@ -45620,6 +45608,18 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineAnonymousInDefault2.kt"); } + @Test + @TestMetadata("inlineInDefault.kt") + public void testInlineInDefault() throws Exception { + runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineInDefault.kt"); + } + + @Test + @TestMetadata("inlineInDefault2.kt") + public void testInlineInDefault2() throws Exception { + runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineInDefault2.kt"); + } + @Test @TestMetadata("kt21827.kt") public void testKt21827() 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 dcd5469c6e7..a554cdc86fe 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 @@ -45013,18 +45013,6 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/defaultLambdaInAnonymous.kt"); } - @Test - @TestMetadata("inlinInDefault.kt") - public void testInlinInDefault() throws Exception { - runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlinInDefault.kt"); - } - - @Test - @TestMetadata("inlinInDefault2.kt") - public void testInlinInDefault2() throws Exception { - runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlinInDefault2.kt"); - } - @Test @TestMetadata("inlineAnonymousInDefault.kt") public void testInlineAnonymousInDefault() throws Exception { @@ -45037,6 +45025,18 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineAnonymousInDefault2.kt"); } + @Test + @TestMetadata("inlineInDefault.kt") + public void testInlineInDefault() throws Exception { + runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineInDefault.kt"); + } + + @Test + @TestMetadata("inlineInDefault2.kt") + public void testInlineInDefault2() throws Exception { + runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineInDefault2.kt"); + } + @Test @TestMetadata("kt21827.kt") public void testKt21827() throws Exception { diff --git a/wasm/wasm.tests/tests-gen/org/jetbrains/kotlin/wasm/test/IrCodegenBoxInlineWasmTestGenerated.java b/wasm/wasm.tests/tests-gen/org/jetbrains/kotlin/wasm/test/IrCodegenBoxInlineWasmTestGenerated.java index bdfa52e19af..e1009e4434e 100644 --- a/wasm/wasm.tests/tests-gen/org/jetbrains/kotlin/wasm/test/IrCodegenBoxInlineWasmTestGenerated.java +++ b/wasm/wasm.tests/tests-gen/org/jetbrains/kotlin/wasm/test/IrCodegenBoxInlineWasmTestGenerated.java @@ -3760,16 +3760,6 @@ public class IrCodegenBoxInlineWasmTestGenerated extends AbstractIrCodegenBoxInl runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/defaultLambdaInAnonymous.kt"); } - @TestMetadata("inlinInDefault.kt") - public void testInlinInDefault() throws Exception { - runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlinInDefault.kt"); - } - - @TestMetadata("inlinInDefault2.kt") - public void testInlinInDefault2() throws Exception { - runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlinInDefault2.kt"); - } - @TestMetadata("inlineAnonymousInDefault.kt") public void testInlineAnonymousInDefault() throws Exception { runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineAnonymousInDefault.kt"); @@ -3780,6 +3770,16 @@ public class IrCodegenBoxInlineWasmTestGenerated extends AbstractIrCodegenBoxInl runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineAnonymousInDefault2.kt"); } + @TestMetadata("inlineInDefault.kt") + public void testInlineInDefault() throws Exception { + runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineInDefault.kt"); + } + + @TestMetadata("inlineInDefault2.kt") + public void testInlineInDefault2() throws Exception { + runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/inlineInDefault2.kt"); + } + @TestMetadata("kt21827.kt") public void testKt21827() throws Exception { runTest("compiler/testData/codegen/boxInline/smap/defaultLambda/kt21827.kt");