K2: introduce custom Enum.entries migration checkers
Related to KT-56623, KT-56587 #KT-59344 Fixed
This commit is contained in:
committed by
Space Team
parent
e0d68fc93e
commit
3ff2c7d6f7
+1
-1
@@ -11,7 +11,7 @@ enum class A {
|
||||
}
|
||||
|
||||
fun test() {
|
||||
A.entries
|
||||
<!DEPRECATED_ACCESS_TO_ENUM_ENTRY_COMPANION_PROPERTY!>A.entries<!>
|
||||
|
||||
with(A) {
|
||||
entries
|
||||
|
||||
Reference in New Issue
Block a user