K2: introduce prioritized enum entries resolve by a 2.1 feature
Related to KT-48872
This commit is contained in:
committed by
Space Team
parent
b92f1e2036
commit
905e1dcd3b
@@ -297,6 +297,7 @@ enum class LanguageFeature(
|
||||
|
||||
ReferencesToSyntheticJavaProperties(KOTLIN_2_1), // KT-8575
|
||||
ProhibitImplementingVarByInheritedVal(KOTLIN_2_1, kind = BUG_FIX), // KT-56779
|
||||
PrioritizedEnumEntries(KOTLIN_2_1, kind = UNSTABLE_FEATURE), // KT-xxxxx
|
||||
|
||||
// End of 2.* language features --------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user