KJS: don't copy members from native interfaces

This commit is contained in:
Zalim Bashorov
2016-11-16 23:27:09 +03:00
parent 01d10a9592
commit e1248f8f0b
3 changed files with 26 additions and 1 deletions
@@ -3437,6 +3437,12 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
doTest(fileName);
}
@TestMetadata("fromNativeInterface.kt")
public void testFromNativeInterface() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("js/js.translator/testData/box/inheritance/fromNativeInterface.kt");
doTest(fileName);
}
@TestMetadata("inheritFromCharIterator.kt")
public void testInheritFromCharIterator() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("js/js.translator/testData/box/inheritance/inheritFromCharIterator.kt");