KT-12864: add Comparable interface to Enum metadata so that RTTI should handle is Comparable case correctly

This commit is contained in:
Alexey Andreev
2016-07-08 17:39:38 +03:00
parent 67808ef7fc
commit 4ff2b62bc0
3 changed files with 26 additions and 5 deletions
@@ -62,4 +62,8 @@ public class EnumTest extends SingleFileTranslationTest {
public void testInitializationOrder() throws Exception {
checkFooBoxIsOk();
}
public void testImplementsComparable() throws Exception {
checkFooBoxIsOk();
}
}