[FE] Remove unused SoundSmartcastFromLoopConditionForLoopAssignedVariables language feature

This commit is contained in:
Victor Petukhov
2022-02-15 16:52:43 +03:00
committed by teamcity
parent 5c8ca0ca9b
commit 0518b84b0b
11 changed files with 12 additions and 89 deletions
@@ -269,9 +269,6 @@ enum class LanguageFeature(
ProhibitEnumDeclaringClass(KOTLIN_1_9, kind = BUG_FIX), // KT-49653
StopPropagatingDeprecationThroughOverrides(KOTLIN_1_9, kind = BUG_FIX), // KT-47902
// Temporarily disabled, see KT-27084/KT-22379
SoundSmartcastFromLoopConditionForLoopAssignedVariables(sinceVersion = null, kind = BUG_FIX),
// Disabled for indefinite time. See KT-48535 and related discussion
ApproximateIntegerLiteralTypesInReceiverPosition(sinceVersion = null),