Fix bug in new JS inliner when inlining nested calls

This commit is contained in:
Alexey Andreev
2017-08-22 14:22:29 +03:00
parent 63855af026
commit 593aa72439
3 changed files with 29 additions and 0 deletions
@@ -4856,6 +4856,12 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
doTest(fileName);
}
@TestMetadata("topLevelNestedInline.kt")
public void testTopLevelNestedInline() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("js/js.translator/testData/box/inlineMultiModule/topLevelNestedInline.kt");
doTest(fileName);
}
@TestMetadata("typealiases.kt")
public void testTypealiases() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("js/js.translator/testData/box/inlineMultiModule/typealiases.kt");