Fix translation of interface with non-abstract methods in JS BE

Fix additional case of generic interfaces in KT-18187
This commit is contained in:
Alexey Andreev
2017-06-08 12:13:25 +03:00
parent 09e4775a10
commit 4252d9786b
7 changed files with 60 additions and 7 deletions
@@ -22160,6 +22160,12 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
doTest(fileName);
}
@TestMetadata("interfaceWithNonAbstractFunIndirectGeneric.kt")
public void testInterfaceWithNonAbstractFunIndirectGeneric() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/traits/interfaceWithNonAbstractFunIndirectGeneric.kt");
doTest(fileName);
}
@TestMetadata("kt1936.kt")
public void testKt1936() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/traits/kt1936.kt");