JVM_IR: do not generate $assertionsDisabled twice during inlining
This commit is contained in:
+6
@@ -894,6 +894,12 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxInlineCo
|
||||
runTest("compiler/testData/codegen/boxInline/assert/jvmDoubleInline.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("jvmInlineIntoTwoMethods.kt")
|
||||
public void testJvmInlineIntoTwoMethods() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/assert/jvmInlineIntoTwoMethods.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("jvmInlineUsedAsNoinline.kt")
|
||||
public void testJvmInlineUsedAsNoinline() throws Exception {
|
||||
|
||||
+6
@@ -894,6 +894,12 @@ public class CompileKotlinAgainstInlineKotlinTestGenerated extends AbstractCompi
|
||||
runTest("compiler/testData/codegen/boxInline/assert/jvmDoubleInline.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("jvmInlineIntoTwoMethods.kt")
|
||||
public void testJvmInlineIntoTwoMethods() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/assert/jvmInlineIntoTwoMethods.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("jvmInlineUsedAsNoinline.kt")
|
||||
public void testJvmInlineUsedAsNoinline() throws Exception {
|
||||
|
||||
+6
@@ -894,6 +894,12 @@ public class IrBlackBoxInlineCodegenTestGenerated extends AbstractIrBlackBoxInli
|
||||
runTest("compiler/testData/codegen/boxInline/assert/jvmDoubleInline.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("jvmInlineIntoTwoMethods.kt")
|
||||
public void testJvmInlineIntoTwoMethods() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/assert/jvmInlineIntoTwoMethods.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("jvmInlineUsedAsNoinline.kt")
|
||||
public void testJvmInlineUsedAsNoinline() throws Exception {
|
||||
|
||||
+6
@@ -894,6 +894,12 @@ public class IrCompileKotlinAgainstInlineKotlinTestGenerated extends AbstractIrC
|
||||
runTest("compiler/testData/codegen/boxInline/assert/jvmDoubleInline.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("jvmInlineIntoTwoMethods.kt")
|
||||
public void testJvmInlineIntoTwoMethods() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/assert/jvmInlineIntoTwoMethods.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("jvmInlineUsedAsNoinline.kt")
|
||||
public void testJvmInlineUsedAsNoinline() throws Exception {
|
||||
|
||||
+6
@@ -894,6 +894,12 @@ public class JvmIrAgainstOldBoxInlineTestGenerated extends AbstractJvmIrAgainstO
|
||||
runTest("compiler/testData/codegen/boxInline/assert/jvmDoubleInline.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("jvmInlineIntoTwoMethods.kt")
|
||||
public void testJvmInlineIntoTwoMethods() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/assert/jvmInlineIntoTwoMethods.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("jvmInlineUsedAsNoinline.kt")
|
||||
public void testJvmInlineUsedAsNoinline() throws Exception {
|
||||
|
||||
+6
@@ -894,6 +894,12 @@ public class JvmOldAgainstIrBoxInlineTestGenerated extends AbstractJvmOldAgainst
|
||||
runTest("compiler/testData/codegen/boxInline/assert/jvmDoubleInline.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("jvmInlineIntoTwoMethods.kt")
|
||||
public void testJvmInlineIntoTwoMethods() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/assert/jvmInlineIntoTwoMethods.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("jvmInlineUsedAsNoinline.kt")
|
||||
public void testJvmInlineUsedAsNoinline() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user