K2: introduce prioritized enum entries resolve by a 2.1 feature

Related to KT-48872
This commit is contained in:
Mikhail Glukhikh
2023-05-25 15:07:03 +02:00
committed by Space Team
parent b92f1e2036
commit 905e1dcd3b
42 changed files with 651 additions and 21 deletions
@@ -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 --------------------------------------------------