Fix translation of classes to work with new JS inliner

This commit is contained in:
Alexey Andreev
2017-07-14 12:45:40 +03:00
parent 8e6b1da592
commit eb6186b74d
7 changed files with 108 additions and 57 deletions
@@ -4796,6 +4796,12 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
doTest(fileName);
}
@TestMetadata("localObjectLiteralWithInheritance.kt")
public void testLocalObjectLiteralWithInheritance() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("js/js.translator/testData/box/inlineMultiModule/localObjectLiteralWithInheritance.kt");
doTest(fileName);
}
@TestMetadata("method.kt")
public void testMethod() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("js/js.translator/testData/box/inlineMultiModule/method.kt");