Make enum classes comparable
#KT-3727 Fixed
This commit is contained in:
@@ -46,4 +46,8 @@ public class EnumTest extends SingleFileTranslationTest {
|
||||
public void testSuperCallInEnumLiteral() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
|
||||
public void testEnumIsComparable() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user