Files
kotlin-fork/idea/testData/structureView/fileStructure/InheritedMembersOfEnum.after
T
Alexander Udalov 29abf94327 Prohibit clone() for enum classes
#KT-8972 Fixed
2015-08-28 21:11:02 +03:00

12 lines
302 B
Plaintext
Vendored

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