KJS: fix inheritance from renamed native classes

This commit is contained in:
Zalim Bashorov
2016-11-14 19:11:49 +03:00
parent 0dc9121a91
commit c25dfe997c
4 changed files with 25 additions and 0 deletions
@@ -4952,6 +4952,12 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
doTest(fileName);
}
@TestMetadata("inherietFromRenamedNativeClass.kt")
public void testInherietFromRenamedNativeClass() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("js/js.translator/testData/box/jsName/inherietFromRenamedNativeClass.kt");
doTest(fileName);
}
@TestMetadata("jsName.kt")
public void testJsName() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("js/js.translator/testData/box/jsName/jsName.kt");