KJS: fix refering to native nested class

This commit is contained in:
Zalim Bashorov
2016-11-14 22:08:06 +03:00
parent bd90b4e051
commit a03e22e774
4 changed files with 49 additions and 5 deletions
@@ -3419,6 +3419,12 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
doTest(fileName);
}
@TestMetadata("formNestedNativeClass.kt")
public void testFormNestedNativeClass() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("js/js.translator/testData/box/inheritance/formNestedNativeClass.kt");
doTest(fileName);
}
@TestMetadata("fromFakeClasses.kt")
public void testFromFakeClasses() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("js/js.translator/testData/box/inheritance/fromFakeClasses.kt");