JVM_IR: serialize fake overrides in IR
This commit is contained in:
committed by
TeamCityServer
parent
2d3a558d50
commit
96ce124268
+5
@@ -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")
|
||||
|
||||
Generated
+5
@@ -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")
|
||||
|
||||
Generated
+5
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user