FE: introduce AllowEmptyIntersectionsInResultTypeResolver feature

Related to KT-51221
This commit is contained in:
Mikhail Glukhikh
2023-03-02 09:41:43 +01:00
committed by Space Team
parent fbea09b3b6
commit 47fab61716
10 changed files with 206 additions and 12 deletions
@@ -284,6 +284,7 @@ enum class LanguageFeature(
// 2.0
EnhanceNullabilityOfPrimitiveArrays(KOTLIN_2_0, kind = BUG_FIX), // KT-54521
AllowEmptyIntersectionsInResultTypeResolver(KOTLIN_2_0, kind = OTHER), // KT-51221
// End of 2.* language features --------------------------------------------------