IR: fix origin of default getter of Enum.entries synthetic property
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ enum class MyEnum : Enum<MyEnum> {
|
||||
fun valueOf(value: String): MyEnum /* Synthetic body for ENUM_VALUEOF */
|
||||
|
||||
val entries: EnumEntries<MyEnum>
|
||||
get
|
||||
get(): EnumEntries<MyEnum> /* Synthetic body for ENUM_ENTRIES */
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user