[FE 1.0] Fix reporting of UNINITIALIZED_ENUM_ENTRY on qualified enums
^KT-41124 ^KT-50758 Fixed
This commit is contained in:
committed by
teamcity
parent
50f6825775
commit
bb6c6dc45d
@@ -244,6 +244,7 @@ enum class LanguageFeature(
|
||||
QualifiedSupertypeMayBeExtendedByOtherSupertype(KOTLIN_1_7),
|
||||
YieldIsNoMoreReserved(KOTLIN_1_7),
|
||||
NoDeprecationOnDeprecatedEnumEntries(KOTLIN_1_7), // KT-37975
|
||||
ProhibitQualifiedAccessToUninitializedEnumEntry(KOTLIN_1_7, kind = BUG_FIX), // KT-41124
|
||||
|
||||
// 1.8
|
||||
|
||||
|
||||
Reference in New Issue
Block a user