JS: add tests to show that #KT-12865 fixed as well
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user