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 {
|
||||
|
||||
Reference in New Issue
Block a user