JS: add tests to show that #KT-12865 fixed as well

This commit is contained in:
Alexey Andreev
2016-08-05 15:45:19 +03:00
parent 4ff2b62bc0
commit 19cea48637
3 changed files with 34 additions and 0 deletions
@@ -227,6 +227,12 @@ public class ClassesTestGenerated extends AbstractClassesTest {
doTest(fileName);
}
@TestMetadata("implementComparableInSubclass.kt")
public void testImplementComparableInSubclass() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/classes/implementComparableInSubclass.kt");
doTest(fileName);
}
@TestMetadata("inheritSetAndHashSet.kt")
public void testInheritSetAndHashSet() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/classes/inheritSetAndHashSet.kt");