Stdlib rename: 'name' and 'ordinal' are now properties in Enum, same name functions are deprecated
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
equals(Any?): Boolean location=→Enum
|
||||
FIRST
|
||||
hashCode(): Int location=→Enum
|
||||
name(): String location=→Enum
|
||||
ordinal(): Int location=→Enum
|
||||
name: String location=→Enum
|
||||
ordinal: Int location=→Enum
|
||||
SECOND
|
||||
toString(): String location=→Enum
|
||||
|
||||
Reference in New Issue
Block a user