JVM_IR: serialize fake overrides in IR

This commit is contained in:
Georgy Bronnikov
2021-05-13 15:48:21 +03:00
committed by TeamCityServer
parent 2d3a558d50
commit 96ce124268
13 changed files with 79 additions and 0 deletions
@@ -2516,6 +2516,12 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxInlineCo
runTest("compiler/testData/codegen/boxInline/innerClasses/captureThisAndOuter.kt");
}
@Test
@TestMetadata("fakeOverride.kt")
public void testFakeOverride() throws Exception {
runTest("compiler/testData/codegen/boxInline/innerClasses/fakeOverride.kt");
}
@Test
@TestMetadata("innerLambda.kt")
public void testInnerLambda() throws Exception {
@@ -2516,6 +2516,12 @@ public class CompileKotlinAgainstInlineKotlinTestGenerated extends AbstractCompi
runTest("compiler/testData/codegen/boxInline/innerClasses/captureThisAndOuter.kt");
}
@Test
@TestMetadata("fakeOverride.kt")
public void testFakeOverride() throws Exception {
runTest("compiler/testData/codegen/boxInline/innerClasses/fakeOverride.kt");
}
@Test
@TestMetadata("innerLambda.kt")
public void testInnerLambda() throws Exception {
@@ -2516,6 +2516,12 @@ public class IrBlackBoxInlineCodegenTestGenerated extends AbstractIrBlackBoxInli
runTest("compiler/testData/codegen/boxInline/innerClasses/captureThisAndOuter.kt");
}
@Test
@TestMetadata("fakeOverride.kt")
public void testFakeOverride() throws Exception {
runTest("compiler/testData/codegen/boxInline/innerClasses/fakeOverride.kt");
}
@Test
@TestMetadata("innerLambda.kt")
public void testInnerLambda() throws Exception {
@@ -2516,6 +2516,12 @@ public class IrCompileKotlinAgainstInlineKotlinTestGenerated extends AbstractIrC
runTest("compiler/testData/codegen/boxInline/innerClasses/captureThisAndOuter.kt");
}
@Test
@TestMetadata("fakeOverride.kt")
public void testFakeOverride() throws Exception {
runTest("compiler/testData/codegen/boxInline/innerClasses/fakeOverride.kt");
}
@Test
@TestMetadata("innerLambda.kt")
public void testInnerLambda() throws Exception {
@@ -2456,6 +2456,12 @@ public class IrSerializeCompileKotlinAgainstInlineKotlinTestGenerated extends Ab
runTest("compiler/testData/codegen/boxInline/innerClasses/captureThisAndOuter.kt");
}
@Test
@TestMetadata("fakeOverride.kt")
public void testFakeOverride() throws Exception {
runTest("compiler/testData/codegen/boxInline/innerClasses/fakeOverride.kt");
}
@Test
@TestMetadata("innerLambda.kt")
public void testInnerLambda() throws Exception {
@@ -2516,6 +2516,12 @@ public class JvmIrAgainstOldBoxInlineTestGenerated extends AbstractJvmIrAgainstO
runTest("compiler/testData/codegen/boxInline/innerClasses/captureThisAndOuter.kt");
}
@Test
@TestMetadata("fakeOverride.kt")
public void testFakeOverride() throws Exception {
runTest("compiler/testData/codegen/boxInline/innerClasses/fakeOverride.kt");
}
@Test
@TestMetadata("innerLambda.kt")
public void testInnerLambda() throws Exception {
@@ -2516,6 +2516,12 @@ public class JvmOldAgainstIrBoxInlineTestGenerated extends AbstractJvmOldAgainst
runTest("compiler/testData/codegen/boxInline/innerClasses/captureThisAndOuter.kt");
}
@Test
@TestMetadata("fakeOverride.kt")
public void testFakeOverride() throws Exception {
runTest("compiler/testData/codegen/boxInline/innerClasses/fakeOverride.kt");
}
@Test
@TestMetadata("innerLambda.kt")
public void testInnerLambda() throws Exception {