[FE 1.0] Don't lose diagnostics during lambda analysis at the overload resolution by return type stage
^KT-49658 Fixed
This commit is contained in:
committed by
teamcity
parent
7820b268fb
commit
37d163d417
@@ -249,6 +249,7 @@ enum class LanguageFeature(
|
||||
|
||||
// 1.8
|
||||
|
||||
DontLoseDiagnosticsDuringOverloadResolutionByReturnType(KOTLIN_1_8),
|
||||
ProhibitConfusingSyntaxInWhenBranches(KOTLIN_1_8, kind = BUG_FIX), // KT-48385
|
||||
UseConsistentRulesForPrivateConstructorsOfSealedClasses(sinceVersion = KOTLIN_1_8, kind = BUG_FIX), // KT-44866
|
||||
ProgressionsChangingResolve(KOTLIN_1_8), // KT-49276
|
||||
|
||||
Reference in New Issue
Block a user