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
@@ -2019,6 +2019,11 @@ public class IrJsCodegenInlineES6TestGenerated extends AbstractIrJsCodegenInline
public void testCaptureThisAndOuter() throws Exception {
runTest("compiler/testData/codegen/boxInline/innerClasses/captureThisAndOuter.kt");
}
@TestMetadata("fakeOverride.kt")
public void testFakeOverride() throws Exception {
runTest("compiler/testData/codegen/boxInline/innerClasses/fakeOverride.kt");
}
}
@TestMetadata("compiler/testData/codegen/boxInline/invokedynamic")
@@ -2019,6 +2019,11 @@ public class IrJsCodegenInlineTestGenerated extends AbstractIrJsCodegenInlineTes
public void testCaptureThisAndOuter() throws Exception {
runTest("compiler/testData/codegen/boxInline/innerClasses/captureThisAndOuter.kt");
}
@TestMetadata("fakeOverride.kt")
public void testFakeOverride() throws Exception {
runTest("compiler/testData/codegen/boxInline/innerClasses/fakeOverride.kt");
}
}
@TestMetadata("compiler/testData/codegen/boxInline/invokedynamic")
@@ -2019,6 +2019,11 @@ public class JsCodegenInlineTestGenerated extends AbstractJsCodegenInlineTest {
public void testCaptureThisAndOuter() throws Exception {
runTest("compiler/testData/codegen/boxInline/innerClasses/captureThisAndOuter.kt");
}
@TestMetadata("fakeOverride.kt")
public void testFakeOverride() throws Exception {
runTest("compiler/testData/codegen/boxInline/innerClasses/fakeOverride.kt");
}
}
@TestMetadata("compiler/testData/codegen/boxInline/invokedynamic")