JS: a cross-module local declaration fake override test;

Also describe an alternative, more robust approach in a TODO comment
This commit is contained in:
Anton Bannykh
2019-02-04 15:44:56 +03:00
parent b4b406af99
commit 60aa6e4971
4 changed files with 33 additions and 0 deletions
@@ -3880,6 +3880,11 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
runTest("js/js.translator/testData/box/inline/fakeOverrideInlining.kt");
}
@TestMetadata("fakeOverrideInliningCrossModule.kt")
public void testFakeOverrideInliningCrossModule() throws Exception {
runTest("js/js.translator/testData/box/inline/fakeOverrideInliningCrossModule.kt");
}
@TestMetadata("faultyRedundantCallElimination.kt")
public void testFaultyRedundantCallElimination() throws Exception {
runTest("js/js.translator/testData/box/inline/faultyRedundantCallElimination.kt");
@@ -3880,6 +3880,11 @@ public class IrBoxJsTestGenerated extends AbstractIrBoxJsTest {
runTest("js/js.translator/testData/box/inline/fakeOverrideInlining.kt");
}
@TestMetadata("fakeOverrideInliningCrossModule.kt")
public void testFakeOverrideInliningCrossModule() throws Exception {
runTest("js/js.translator/testData/box/inline/fakeOverrideInliningCrossModule.kt");
}
@TestMetadata("faultyRedundantCallElimination.kt")
public void testFaultyRedundantCallElimination() throws Exception {
runTest("js/js.translator/testData/box/inline/faultyRedundantCallElimination.kt");