Fix inaccurate report of DEPRECATED_ACCESS_TO_ENTRY_PROPERTY_FROM_ENUM
Add separate diagnostic for the case when it is reported on qualifiers. ^KT-64488
This commit is contained in:
committed by
Space Team
parent
02b5fed389
commit
23ae617ea0
@@ -8,7 +8,7 @@ enum class E05 {
|
||||
}
|
||||
|
||||
fun test05() {
|
||||
println(<!DEPRECATED_ACCESS_TO_ENTRY_PROPERTY_FROM_ENUM!>E05.entries<!>)
|
||||
println(<!DEPRECATED_ACCESS_TO_ENTRIES_AS_QUALIFIER!>E05.entries<!>)
|
||||
}
|
||||
|
||||
enum class E07(val entries: String) {
|
||||
|
||||
Reference in New Issue
Block a user