Files
kotlin-fork/idea/testData/structureView/fileStructure/InheritedMembersOfEnum.after
T
Alexander Udalov 6ddc063a76 Regenerate test data on enums
Now they have final equals, hashCode and compareTo
2014-10-17 21:27:24 +04:00

9 lines
253 B
Plaintext

-InheritedMembersOfEnum.kt
-Test
compareTo(E): Int location=→Enum
equals(Any?): Boolean location=→Enum
hashCode(): Int location=→Enum
name(): String location=→Enum
ordinal(): Int location=→Enum
toString(): String location=→Enum