Fix typo in test name: inlinInDefault -> inlineInDefault
This commit is contained in:
+12
-12
@@ -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 {
|
||||
|
||||
+12
-12
@@ -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 {
|
||||
|
||||
+12
-12
@@ -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 {
|
||||
|
||||
+12
-12
@@ -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 {
|
||||
|
||||
+12
-12
@@ -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 {
|
||||
|
||||
+12
-12
@@ -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 {
|
||||
|
||||
+12
-12
@@ -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 {
|
||||
|
||||
+12
-12
@@ -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 {
|
||||
|
||||
+12
-12
@@ -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 {
|
||||
|
||||
+12
-12
@@ -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 {
|
||||
|
||||
+12
-12
@@ -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 {
|
||||
|
||||
+12
-12
@@ -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 {
|
||||
|
||||
+12
-12
@@ -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 {
|
||||
|
||||
+12
-12
@@ -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 {
|
||||
|
||||
+12
-12
@@ -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 {
|
||||
|
||||
Generated
+12
-12
@@ -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 {
|
||||
|
||||
+12
-12
@@ -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 {
|
||||
|
||||
Generated
+12
-12
@@ -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 {
|
||||
|
||||
+12
-12
@@ -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 {
|
||||
|
||||
+12
-12
@@ -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 {
|
||||
|
||||
Generated
+10
-10
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user