[FE 1.0] Enable StopPropagatingDeprecationThroughOverrides in progressive mode

^KT-47902
This commit is contained in:
Dmitriy Novozhilov
2022-02-01 16:58:47 +03:00
committed by TeamCityServer
parent bbad3e9e94
commit c23624380e
@@ -267,7 +267,7 @@ enum class LanguageFeature(
ProhibitCyclesInAnnotations(KOTLIN_1_9, kind = BUG_FIX), // KT-47932
ForbidExtensionFunctionTypeOnNonFunctionTypes(KOTLIN_1_9), // related to KT-43527
ProhibitEnumDeclaringClass(KOTLIN_1_9, kind = BUG_FIX), // KT-49653
StopPropagatingDeprecationThroughOverrides(KOTLIN_1_9), // KT-47902
StopPropagatingDeprecationThroughOverrides(KOTLIN_1_9, kind = BUG_FIX), // KT-47902
// Temporarily disabled, see KT-27084/KT-22379
SoundSmartcastFromLoopConditionForLoopAssignedVariables(sinceVersion = null, kind = BUG_FIX),