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:
+5
@@ -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");
|
||||
|
||||
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user