Rename LV ImprovementsAroundTypeEnhancement into TypeEnhancementImprovementsInStrictMode
This commit is contained in:
@@ -161,7 +161,7 @@ enum class LanguageFeature(
|
||||
* - preference of a type use annotation to annotation of another type: KT-24392
|
||||
* (if @NotNull has TYPE_USE and METHOD target, then `@NotNull Integer []` -> `Array<Int>..Array<out Int>?` instead of `Array<Int>..Array<out Int>`)
|
||||
*/
|
||||
ImprovementsAroundTypeEnhancement(KOTLIN_1_6),
|
||||
TypeEnhancementImprovementsInStrictMode(KOTLIN_1_6),
|
||||
|
||||
// Temporarily disabled, see KT-27084/KT-22379
|
||||
SoundSmartcastFromLoopConditionForLoopAssignedVariables(sinceVersion = null, kind = BUG_FIX),
|
||||
|
||||
Reference in New Issue
Block a user