[FE] Remove unused SoundSmartcastFromLoopConditionForLoopAssignedVariables language feature
This commit is contained in:
committed by
teamcity
parent
5c8ca0ca9b
commit
0518b84b0b
@@ -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),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user