KT-12864: add Comparable interface to Enum metadata so that RTTI should handle is Comparable case correctly
This commit is contained in:
@@ -62,4 +62,8 @@ public class EnumTest extends SingleFileTranslationTest {
|
||||
public void testInitializationOrder() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
|
||||
public void testImplementsComparable() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user