Make enum classes comparable

#KT-3727 Fixed
This commit is contained in:
Alexander Udalov
2014-10-16 20:42:40 +04:00
parent 02861308bc
commit 624e507ec2
10 changed files with 88 additions and 14 deletions
@@ -46,4 +46,8 @@ public class EnumTest extends SingleFileTranslationTest {
public void testSuperCallInEnumLiteral() throws Exception {
checkFooBoxIsOk();
}
public void testEnumIsComparable() throws Exception {
checkFooBoxIsOk();
}
}