JS: fix inheriting fake overrides in inlined object literals
This commit is contained in:
committed by
Anton Bannykh
parent
9716abcc12
commit
2022a9c887
+5
@@ -3875,6 +3875,11 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
|
||||
runTest("js/js.translator/testData/box/inline/extensionWithManyArguments.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("fakeOverrideInlining.kt")
|
||||
public void testFakeOverrideInlining() throws Exception {
|
||||
runTest("js/js.translator/testData/box/inline/fakeOverrideInlining.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("faultyRedundantCallElimination.kt")
|
||||
public void testFaultyRedundantCallElimination() throws Exception {
|
||||
runTest("js/js.translator/testData/box/inline/faultyRedundantCallElimination.kt");
|
||||
|
||||
+5
@@ -3875,6 +3875,11 @@ public class IrBoxJsTestGenerated extends AbstractIrBoxJsTest {
|
||||
runTest("js/js.translator/testData/box/inline/extensionWithManyArguments.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("fakeOverrideInlining.kt")
|
||||
public void testFakeOverrideInlining() throws Exception {
|
||||
runTest("js/js.translator/testData/box/inline/fakeOverrideInlining.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("faultyRedundantCallElimination.kt")
|
||||
public void testFaultyRedundantCallElimination() throws Exception {
|
||||
runTest("js/js.translator/testData/box/inline/faultyRedundantCallElimination.kt");
|
||||
|
||||
Reference in New Issue
Block a user